ServiceBasedCommand Methods

The ServiceBasedCommand type exposes the following members.

  NameDescription
Protected method BeginProcessing (Inherited from Cmdlet.)
Protected method EndProcessing (Inherited from Cmdlet.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetResourceString (Inherited from Cmdlet.)
Public method GetType (Inherited from Object.)
Public method Invoke (Inherited from Cmdlet.)
Protected method InvokeServiceCommand Invokes deployment service command. Derived classes should override this method to perform custom service command invocation
Protected method MemberwiseClone (Inherited from Object.)
Public method Process This method is the same as ProcessRecord, but is to be called from outside PowerShell. (Inherited from PortalCommand.)
Protected method ProcessRecord Executes basic control flow for CmdLets that are using EP deployment service (Overrides Cmdlet.ProcessRecord().)
Public method ShouldContinue Overloaded.
Public method ShouldProcess Overloaded.
Protected method StopProcessing (Inherited from Cmdlet.)
Public method ThrowTerminatingError (Inherited from Cmdlet.)
Public method ToString (Inherited from Object.)
Public method TransactionAvailable (Inherited from Cmdlet.)
Protected method ValidateParameters Derived classes should override this method to perform custom parameters validation
Public method WriteCommandDetail (Inherited from Cmdlet.)
Public method WriteDebug (Inherited from Cmdlet.)
Public method WriteError (Inherited from Cmdlet.)
Public method WriteObject Overloaded.
Public method WriteProgress (Inherited from Cmdlet.)
Public method WriteVerbose (Inherited from Cmdlet.)
Public method WriteWarning (Inherited from Cmdlet.)
Top

Community Additions

ADD
Show: