Connection WaitForConnectionEstablish Method NetworkComms.Net Help
Return true if the connection is established within the provided timeout, otherwise false

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

protected bool WaitForConnectionEstablish(
	int waitTimeoutMS
)

Parameters

waitTimeoutMS
Type: OnlineSystem Int32
Wait time in milliseconds before returning

Return Value

Type: OnlineBoolean
True if the wait was triggered, false otherwise after the provided timeout.
See Also