Share via


SendAsyncTerminalFactory Constructors

Definition

Overloads

SendAsyncTerminalFactory(ISendAsync)
SendAsyncTerminalFactory(SendAsync)

SendAsyncTerminalFactory(ISendAsync)

public SendAsyncTerminalFactory (Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.ISendAsync implementation);
new Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.SendAsyncTerminalFactory : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.ISendAsync -> Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.SendAsyncTerminalFactory
Public Sub New (implementation As ISendAsync)

Parameters

implementation
ISendAsync

Applies to

SendAsyncTerminalFactory(SendAsync)

public SendAsyncTerminalFactory (Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.SendAsync implementation);
new Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.SendAsyncTerminalFactory : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.SendAsync -> Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.SendAsyncTerminalFactory
Public Sub New (implementation As SendAsync)

Parameters

implementation
SendAsync

Applies to