ReportCommand Methods

The ReportCommand type exposes the following members.

  NameDescription
Protected method BeginProcessing Provides a one-time, preprocessing functionality for the cmdlet. If ConfigurationFilePath, ConfigurationAOSName or ConfigurationAOSPort properties is given, it will use these for setting up another client SDK configuration e.g. pointing to another AOS, changing message limit or timeouts. The runspace calls this method once for each instance of the cmdlet in the pipeline. (Overrides Cmdlet.BeginProcessing().)
Public method Dispose Overloaded.
Protected method EndProcessing Provides a one-time, post-processing functionality for the cmdlet. The runspace calls this method once for each instance of the cmdlet in the pipeline. (Overrides Cmdlet.EndProcessing().)
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 MemberwiseClone (Inherited from Object.)
Protected method ProcessRecord (Inherited from Cmdlet.)
Public method ShouldContinue Overloaded.
Public method ShouldProcess Overloaded.
Protected method StopProcessing Stops processing records when the user stops the cmdlet asynchronously. CTRL+C (Overrides Cmdlet.StopProcessing().)
Public method ThrowTerminatingError (Inherited from Cmdlet.)
Public method ToString (Inherited from Object.)
Public method TransactionAvailable (Inherited from Cmdlet.)
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: