[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 DelegateInvoker
Public NotInheritable Class DelegateInvoker
public ref class DelegateInvoker abstract sealed

Members

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

Inheritance Hierarchy

System..::.Object
  Phoenix..::.DelegateInvoker

See Also