Click or drag to resize

wclServerConnectionDoClosed Method

Fires the OnClosed event.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected virtual void DoClosed(
	int Reason
)

Parameters

Reason  Int32
The close reason code. If the server closed by the Close method call the Reason is WCL_E_SUCCESS
See Also