MultipleServiceCommandBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class implements the base for service commands which can operate on multiple services
public ref class MultipleServiceCommandBase abstract : Microsoft::PowerShell::Commands::ServiceBaseCommand
public abstract class MultipleServiceCommandBase : Microsoft.PowerShell.Commands.ServiceBaseCommand
type MultipleServiceCommandBase = class
inherit ServiceBaseCommand
Public MustInherit Class MultipleServiceCommandBase
Inherits ServiceBaseCommand
- Inheritance
- Derived
Constructors
MultipleServiceCommandBase() |
Properties
CommandOrigin |
This property tells you if you were being invoked inside the runspace or if it was an external request. (Inherited from |