[This is preliminary documentation and is subject to change.]
Namespace: PhoenixAssembly: 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 ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
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).
|