[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 SyncEvent
Public NotInheritable Class SyncEvent
public ref class SyncEvent abstract sealed
Members
All Members | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | 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).
|