Share via


MultipleServiceCommandBase Class

Definition

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
MultipleServiceCommandBase
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