Click or drag to resize

wclClientConnectionNotifyClosed Method

Send a Disconnect notification message.

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

Parameters

Reason  Int32
The disconnection code. If the parameter is WCL_E_SUCCESS the connection was closed by the Disconnect call. Otherwise indicates the disconnection reason.
See Also