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