ReportCommand Methods
The ReportCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| 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().) |
| Dispose | Overloaded. |
| 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().) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetResourceString | (Inherited from Cmdlet.) |
| GetType | (Inherited from Object.) |
| Invoke | (Inherited from Cmdlet.) |
| MemberwiseClone | (Inherited from Object.) |
| ProcessRecord | (Inherited from Cmdlet.) |
| ShouldContinue | Overloaded. |
| ShouldProcess | Overloaded. |
| StopProcessing | Stops processing records when the user stops the cmdlet asynchronously. CTRL+C (Overrides Cmdlet.StopProcessing().) |
| ThrowTerminatingError | (Inherited from Cmdlet.) |
| ToString | (Inherited from Object.) |
| TransactionAvailable | (Inherited from Cmdlet.) |
| WriteCommandDetail | (Inherited from Cmdlet.) |
| WriteDebug | (Inherited from Cmdlet.) |
| WriteError | (Inherited from Cmdlet.) |
| WriteObject | Overloaded. |
| WriteProgress | (Inherited from Cmdlet.) |
| WriteVerbose | (Inherited from Cmdlet.) |
| WriteWarning | (Inherited from Cmdlet.) |
Community Additions
ADD
Show: