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

The SyncEvent type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

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

See Also