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
- timeout
- Type: System TimeSpan
the maximum time 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