Share via


IAsyncCmdlet Interface

Definition

public interface IAsyncCmdlet
type IAsyncCmdlet = interface
Public Interface IAsyncCmdlet

Properties

CancellationToken
Parameters
VerbsNew

Methods

ReportTaskProgress(ITaskProgress)
ShouldProcessAsync(String, String)
WriteObject(Object)
WriteVerbose(String)
WriteWarning(String)

Extension Methods

WriteVerbose(IAsyncCmdlet, String, Object[])

Applies to