VirtualUser SetSynchronizationPoint Method C# API
Set a named synchronization point.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void SetSynchronizationPoint(
	string id
)

Parameters

id
Type: System String
the name of the synchronization point to set.
Remarks

Any threads that are waiting for this synchronization point will be allowed to continue.
See Also