Overload | Description |
---|---|
Synchronize(Action) | Invokes the specified action in a synchronized manner. |
Synchronize<TResult>(Func<TResult>) | Invokes the specified function in a synchronized manner. |
Overload | Description |
---|---|
Synchronize(Action) | Invokes the specified action in a synchronized manner. |
Synchronize<TResult>(Func<TResult>) | Invokes the specified function in a synchronized manner. |