[This is preliminary documentation and is subject to change.]

The DelegateInvoker type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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).

See Also