Share via


AsyncCmdletExtensions.CmdletStartAndWait Method

Definition

public static void CmdletStartAndWait (this Microsoft.Azure.Commands.Common.Strategies.ICmdlet cmdlet, Func<Microsoft.Azure.Commands.Common.Strategies.IAsyncCmdlet,System.Threading.Tasks.Task> createAndStartTask);
static member CmdletStartAndWait : Microsoft.Azure.Commands.Common.Strategies.ICmdlet * Func<Microsoft.Azure.Commands.Common.Strategies.IAsyncCmdlet, System.Threading.Tasks.Task> -> unit
<Extension()>
Public Sub CmdletStartAndWait (cmdlet As ICmdlet, createAndStartTask As Func(Of IAsyncCmdlet, Task))

Parameters

cmdlet
ICmdlet
createAndStartTask
Func<IAsyncCmdlet,Task>

Applies to