C# Class DungeonMasterEngine.GameSynchronizationContext

Inheritance: System.Threading.SynchronizationContext
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
GameSynchronizationContext ( object>.Queue executionQueue ) : System
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

Method Details

GameSynchronizationContext() public méthode

public GameSynchronizationContext ( object>.Queue executionQueue ) : System
executionQueue object>.Queue
Résultat System

Post() public méthode

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void

Send() public méthode

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void