OhioSessionConnectAsync Method |
Asynchronously starts the communications link with the host.
Namespace:
Flex.Hal.Ohio
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public Task<bool> ConnectAsync()
Public Function ConnectAsync As Task(Of Boolean)
Return Value
Type:
TaskBooleanA task that represents the asynchronous connect operation. The value
of the TResult is true if the connection is successful; otherwise false.
See Also