[This is preliminary documentation and is subject to change.]
The SyncEvent type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| BeginInvoke(Delegate, Object, EventArgs) |
Invokes all nonsynchronized handlers on new thread (all on one).
| |
| Invoke(Delegate, Object, EventArgs) | ||
| InvokeAsync(Delegate, Object, EventArgs) |
Invokes every handler method in new thread (except synchronized handlers).
|