Click or drag to resize

wclMessageBroadcasterSetSyncMethod Method

Changes the current inter-threading synchronization method.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static int SetSyncMethod(
	wclMessageSynchronizationKind Kind
)

Parameters

Kind  wclMessageSynchronizationKind
The new synchronization method.

Return Value

Int32
If the function succeed the returns value is WCL_E_SUCCESS. Otherwise the function returns one of the WCL error codes.
Remarks
An application must call this method to change the current inter-threading synchronization method before any other call to WCL.
See Also