Connection ConnectionAlive Method (Int32, Int64 )NetworkComms.Net Help
Uses the current connection and returns a bool dependant on the remote end responding to a SendReceiveObject call within the provided aliveRespondTimeoutMS

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

public bool ConnectionAlive(
	int aliveRespondTimeoutMS,
	out long responseTimeMS
)

Parameters

aliveRespondTimeoutMS
Type: OnlineSystem Int32
The time to wait in milliseconds before returning false
responseTimeMS
Type: OnlineSystem Int64 
The number of milliseconds taken for a successful response to be received

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:NetworkCommsDotNet.Connections.Connection.ConnectionAlive(System.Int32,System.Int64@)"]

See Also