C# Class EKG_Project.Architecture.ProcessSync

TODO
Afficher le fichier Open project: Nefarin/DadmProject Class Usage Examples

Méthodes publiques

Méthode Description
GetGUIMessage ( IProcessingState &state, int timeout ) : bool
ProcessSync ( ) : System.Collections.Generic
SendGUIMessage ( IProcessingState state ) : void
SendProcessingEvent ( IGUIMessage message ) : void

Method Details

GetGUIMessage() public méthode

public GetGUIMessage ( IProcessingState &state, int timeout ) : bool
state IProcessingState
timeout int
Résultat bool

ProcessSync() public méthode

public ProcessSync ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SendGUIMessage() public méthode

public SendGUIMessage ( IProcessingState state ) : void
state IProcessingState
Résultat void

SendProcessingEvent() public méthode

public SendProcessingEvent ( IGUIMessage message ) : void
message IGUIMessage
Résultat void