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
| Name | Description |
|---|---|
| SendAsyncTerminalFactory(ISendAsync) | |
| SendAsyncTerminalFactory(SendAsync) |
SendAsyncTerminalFactory(ISendAsync)
public SendAsyncTerminalFactory(ADT.Runtime.ISendAsync implementation);
new ADT.Runtime.SendAsyncTerminalFactory : ADT.Runtime.ISendAsync -> ADT.Runtime.SendAsyncTerminalFactory
Public Sub New (implementation As ISendAsync)
Parameters
- implementation
- ISendAsync
Applies to
SendAsyncTerminalFactory(SendAsync)
public SendAsyncTerminalFactory(ADT.Runtime.SendAsync implementation);
new ADT.Runtime.SendAsyncTerminalFactory : ADT.Runtime.SendAsync -> ADT.Runtime.SendAsyncTerminalFactory
Public Sub New (implementation As SendAsync)
Parameters
- implementation
- SendAsync