SendAsyncTerminalFactory Constructors
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.
Overloads
SendAsyncTerminalFactory(ISendAsync) | |
SendAsyncTerminalFactory(SendAsync) |
SendAsyncTerminalFactory(ISendAsync)
public SendAsyncTerminalFactory (Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsync implementation);
new Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncTerminalFactory : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsync -> Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncTerminalFactory
Public Sub New (implementation As ISendAsync)
Parameters
- implementation
- ISendAsync
Applies to
SendAsyncTerminalFactory(SendAsync)
public SendAsyncTerminalFactory (Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsync implementation);
new Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncTerminalFactory : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsync -> Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncTerminalFactory
Public Sub New (implementation As SendAsync)
Parameters
- implementation
- SendAsync