Click or drag to resize

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()

Return Value

Type: TaskBoolean
A task that represents the asynchronous connect operation. The value of the TResult is true if the connection is successful; otherwise false.
See Also