C# Class FileFind.Meshwork.GtkClient.SyncContext

Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
AsyncDispatch ( StatefulMessageHandler cb, object ob ) : void
CreateSynchronizedDelegate ( Delegate del ) : Delegate
Dispatch ( StatefulMessageHandler cb, object ob ) : void
GetContext ( ) : SyncContext
SetContext ( SyncContext ctx ) : void

Private Methods

Méthode Description
GetDelegateFactoryType ( Type delegateType ) : Type
GetModuleBuilder ( ) : ModuleBuilder

Method Details

AsyncDispatch() public méthode

public AsyncDispatch ( StatefulMessageHandler cb, object ob ) : void
cb StatefulMessageHandler
ob object
Résultat void

CreateSynchronizedDelegate() public méthode

public CreateSynchronizedDelegate ( Delegate del ) : Delegate
del System.Delegate
Résultat System.Delegate

Dispatch() public méthode

public Dispatch ( StatefulMessageHandler cb, object ob ) : void
cb StatefulMessageHandler
ob object
Résultat void

GetContext() public static méthode

public static GetContext ( ) : SyncContext
Résultat SyncContext

SetContext() public static méthode

public static SetContext ( SyncContext ctx ) : void
ctx SyncContext
Résultat void