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

Namespace:  Phoenix
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class SyncEvent
Public NotInheritable Class SyncEvent
public ref class SyncEvent abstract sealed

Members

      
 All Members  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).

Inheritance Hierarchy

System..::.Object
  Phoenix..::.SyncEvent

See Also