AsyncCmdletExtensions.CmdletStartAndWait Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>