ConnectAsync Method establishes a connection with the Runtime System. This method is an
asynchronous call which will not block the client application that is calling it. When the
ConnectAsync method completes, it will execute the callback passed for the "complete" parameter.
Use the Connect() method if you require a blocking call.
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Task<TransmissionObject> ConnectAsync( ConnectionDetails details, ATTConnectionDetails attDetails )
Parameters
- details
- Type: ABSuite.AccessLayer.Connector.CoreConnectionDetails
This parameter holds the connection details - attDetails
- Type: ABSuite.AccessLayer.Connector.CoreATTConnectionDetails
This is configuration info for ATT Recording.
Return Value
Type: TaskTransmissionObjectNo return value.
See Also