Wait for a named synchronization point to be set.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- id
- Type: System String
the name of the synchronization point to wait for
- timeoutMilliseconds
- Type: System Int64
the maximum time in milliseconds to wait before throwing an exception
Exceptions
Exception | Condition |
---|---|
TimeoutException | thrown if the synchronization point has not been set before the timeout period elapses. |
Remarks
See Also