Click or drag to resize

wclMessageReceiverClose Method

Closes the receiver and stops listening for the messages.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public int Close()

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
The method must be called from the same thread which was used to create the receiver.
See Also