VirtualUserScript UnsetSynchronizationPoint Method C# API
Unset a named synchronization point.

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

public void UnsetSynchronizationPoint(
	string id
)

Parameters

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

Any threads that are waiting for this synchronization point will not be allowed to continue until the synchronization point is set
See Also