AsyncCommandRuntime.Wrap Method

Definition

Overloads

Wrap(SendAsyncStep)
Wrap(IEnumerable<SendAsyncStep>)

Wrap(SendAsyncStep)

public Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep Wrap (Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep func);
abstract member Wrap : Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep -> Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep
override this.Wrap : Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep -> Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep
Public Function Wrap (func As SendAsyncStep) As SendAsyncStep

Parameters

Returns

SendAsyncStep

Applies to

Wrap(IEnumerable<SendAsyncStep>)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep> Wrap (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep> funcs);
abstract member Wrap : seq<Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep> -> seq<Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep>
override this.Wrap : seq<Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep> -> seq<Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep>
Public Function Wrap (funcs As IEnumerable(Of SendAsyncStep)) As IEnumerable(Of SendAsyncStep)

Parameters

Returns

IEnumerable<SendAsyncStep>

Applies to