Return true if the connection is established within the provided timeout, otherwise false
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- waitTimeoutMS
- Type: System Int32
Wait time in milliseconds before returning
Return Value
Type: BooleanTrue if the wait was triggered, false otherwise after the provided timeout.
See Also