AsyncCommandRuntime Class

Definition

public class AsyncCommandRuntime : IDisposable, System.Management.Automation.ICommandRuntime2
type AsyncCommandRuntime = class
    interface ICommandRuntime2
    interface ICommandRuntime
    interface IDisposable
Public Class AsyncCommandRuntime
Implements ICommandRuntime2, IDisposable
Inheritance
AsyncCommandRuntime
Implements

Fields

cancellationToken

Properties

AllowInteractive
CurrentPSTransaction
Host

Methods

Dispose()
ExecuteSync<T>(Func<T>)
ShouldContinue(String, String)
ShouldContinue(String, String, Boolean, Boolean)
ShouldContinue(String, String, Boolean, Boolean, Boolean)
ShouldProcess(String)
ShouldProcess(String, String)
ShouldProcess(String, String, String)
ShouldProcess(String, String, String, ShouldProcessReason)
ThrowTerminatingError(ErrorRecord)
TransactionAvailable()
Wait(Task, CancellationToken)
Wrap(IEnumerable<SendAsyncStep>)
Wrap(SendAsyncStep)
WriteCommandDetail(String)
WriteDebug(String)
WriteError(ErrorRecord)
WriteInformation(InformationRecord)
WriteObject(Object)
WriteObject(Object, Boolean)
WriteProgress(Int64, ProgressRecord)
WriteProgress(ProgressRecord)
WriteVerbose(String)
WriteWarning(String)

Applies to