Click or drag to resize

wclServerConnectionInternalClose Method

Closes the server.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected void InternalClose(
	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