AsyncCmdlet Members
This element is introduced in Windows PowerShell 5.0.
The following tables list the members exposed by the AsyncCmdlet type.
Protected Constructors
Name | Description | |
---|---|---|
AsyncCmdlet | This element is introduced in Windows PowerShell 5.0. |
Top
Protected Fields
Name | Description | |
---|---|---|
_failing | This element is introduced in Windows PowerShell 5.0. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
CommandOrigin | Gets the origin of the command. The command can be invoked within a runspace or it could be an external request (such as invoking the command from the command line). This property is introduced in Windows PowerShell 2.0. (Inherited from InternalCommand) | |
CommandRuntime | Gets and sets the command runtime object that controls what happens when the cmdlet writes an object to the pipeline. (Inherited from Cmdlet) | |
CurrentPSTransaction | Gets the latest transaction started by running the Start-Transaction cmdlet. This property is introduced in Windows PowerShell 2.0. (Inherited from Cmdlet) | |
DynamicParameterDictionary | This element is introduced in Windows PowerShell 5.0. | |
Events | Gets the event manager for the current session where the cmdlet is running This property is introduced in Windows PowerShell 2.0. (Inherited from PSCmdlet) | |
Host | Gets information about the host that is being used by the session where the cmdlet is running. (Inherited from PSCmdlet) | |
InvokeCommand | Gets utility routines for executing scripts and creating script blocks. (Inherited from PSCmdlet) | |
InvokeProvider | Gets provider information that is used to access a data store. (Inherited from PSCmdlet) | |
JobManager | Gets or sets the job manager for the registered JobSourceAdapter objects. (Inherited from PSCmdlet) | |
JobRepository | Get the active jobs available in the current session where the cmdlet is running. This property is introduced in Windows PowerShell 2.0. (Inherited from PSCmdlet) | |
MyInvocation | Gets invocation information about the cmdlet. (Inherited from PSCmdlet) | |
PagingParameters | If the cmdlet declares paging support (via SupportsPaging), then PagingParameters property contains arguments of the paging parameters. Otherwise PagingParameters property is null . (Inherited from PSCmdlet) |
|
ParameterSetName | Gets the name of the parameter set that is used by the cmdlet. (Inherited from PSCmdlet) | |
SessionState | Gets information about the current state of the current session where the cmdlet is running. (Inherited from PSCmdlet) | |
Stopping | Gets an indicator that the pipeline is stopping. The pipeline can be stopped for numerous reasons, such as when the user has entered the key combination CTRL+C, a terminating error has occurred, the hosting application requested a stop, and so on. (Inherited from Cmdlet) | |
WhatIf | This element is introduced in Windows PowerShell 5.0. |
Top
Protected Properties
Name | Description | |
---|---|---|
Confirm | This element is introduced in Windows PowerShell 5.0. | |
IsInitialized | This element is introduced in Windows PowerShell 5.0. | |
IsInvocation | This element is introduced in Windows PowerShell 5.0. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
BeginProcessingAsync | This element is introduced in Windows PowerShell 5.0. | |
CompleteProgress | This element is introduced in Windows PowerShell 5.0. | |
ConsumeDynamicParameters | This element is introduced in Windows PowerShell 5.0. | |
CurrentProviderLocation | Returns the fully-qualified path of the current working directory for the specified provider. (Inherited from PSCmdlet) | |
Debug | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
Dispose | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
DropMsgPrefix | This element is introduced in Windows PowerShell 5.0. | |
EndProcessingAsync | This element is introduced in Windows PowerShell 5.0. | |
Equals | (Inherited from Object) | |
Error | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
ExecuteOnMainThread | This element is introduced in Windows PowerShell 5.0. | |
FormatMessageString | This element is introduced in Windows PowerShell 5.0. | |
GenerateDynamicParameters | This element is introduced in Windows PowerShell 5.0. | |
GetDynamicParameters | This element is introduced in Windows PowerShell 5.0. | |
GetHashCode | (Inherited from Object) | |
GetMessageString | This element is introduced in Windows PowerShell 5.0. | |
GetResolvedProviderPathFromPSPath | Returns the resolved provider path from a specified Windows PowerShell path. (Inherited from PSCmdlet) | |
GetResourceString | Gets a resource string that corresponds to the specified resource base key and identifier. (Inherited from Cmdlet) | |
GetType | (Inherited from Object) | |
GetUnresolvedProviderPathFromPSPath | Returns the fully-qualified provider path of a specified relative Windows PowerShell path. (Inherited from PSCmdlet) | |
GetVariableValue | Overloaded. Returns the value of a specific session-state variable. The variants of this method can return a variable value with or without a default value. (Inherited from PSCmdlet) | |
Invoke | Overloaded. Invokes a cmdlet object. The variants of this method can invoke a cmdlet that returns a collection of results or a strongly-typed enumerator. (Inherited from Cmdlet) | |
IsCancelled | The provider can query to see if the operation has been cancelled. This provides for a gentle way for the caller to notify the callee that they don't want any more results.This element is introduced in Windows PowerShell 5.0. | |
MasterCompleteProgress | This element is introduced in Windows PowerShell 5.0. | |
Message | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
ProcessRecordAsync | This element is introduced in Windows PowerShell 5.0. | |
Progress | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
ResolveExistingFilePath | This element is introduced in Windows PowerShell 5.0. | |
ResolveExistingFolderPath | This element is introduced in Windows PowerShell 5.0. | |
ResolvePath | This element is introduced in Windows PowerShell 5.0. | |
ShouldContinue | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
ShouldProcess | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
StartProgress | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
StopProcessingAsync | This element is introduced in Windows PowerShell 5.0. | |
ThrowTerminatingError | Reports a terminating error when the cmdlet cannot continue, or when you do not want the cmdlet to continue to process records. (Inherited from Cmdlet) | |
ToString | (Inherited from Object) | |
TransactionAvailable | Determines whether the Start-Transaction cmdlet has been called and that there is a Windows PowerShell transaction available that the cmdlet can participate in. This method is introduced in Windows PowerShell 2.0. (Inherited from Cmdlet) | |
Verbose | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
Warning | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
WriteCommandDetail | Writes information to the execution log of the pipeline. (Inherited from Cmdlet) | |
WriteDebug | This element is introduced in Windows PowerShell 5.0. | |
WriteError | This element is introduced in Windows PowerShell 5.0. | |
WriteMasterProgress | This element is introduced in Windows PowerShell 5.0. | |
WriteObject | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
WriteProgress | This element is introduced in Windows PowerShell 5.0. | |
WriteVerbose | This element is introduced in Windows PowerShell 5.0. | |
WriteWarning | This element is introduced in Windows PowerShell 5.0. |
Top
Protected Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
BeginProcessing | Overridden. This element is introduced in Windows PowerShell 5.0. | |
CancelWhenStopped | This element is introduced in Windows PowerShell 5.0. | |
Dispose | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
EndProcessing | Overridden. This element is introduced in Windows PowerShell 5.0. | |
Error | Overloaded. This element is introduced in Windows PowerShell 5.0. | |
Finalize | (Inherited from Object) | |
Init | This element is introduced in Windows PowerShell 5.0. | |
MemberwiseClone | (Inherited from Object) | |
ProcessRecord | Overridden. This element is introduced in Windows PowerShell 5.0. | |
StopProcessing | Overridden. This element is introduced in Windows PowerShell 5.0. |
Top
Extension Methods
Name | Description | |
---|---|---|
As | Use this method to adapt an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.) | |
As | This is called to adapt an object from a foreign app domain to a known interface in this appDomainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.) | |
As | Adapts an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.) | |
Extend | Use this method to adapt and extend an object so that you can pass it to a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.) | |
Extend | This is called to adapt and extend an object that we wish to pass to a foreign app domainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.) | |
Extend | Used to extend an object with an interface from a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.) | |
ToEnumerable | This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.) |
Top
See Also
Reference
AsyncCmdlet Class
Microsoft.OneGet.Utility.PowerShell Namespace