C# Class Postworthy.Tasks.CloudServiceManager.Communication.ManagerClient

Inheritance: IDisposable
Afficher le fichier Open project: postworthy/postworthy Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ManagerClient ( ) : System
QueueCommand ( ManagerClientCommand command ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Work ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ManagerClient() public méthode

public ManagerClient ( ) : System
Résultat System

QueueCommand() public méthode

public QueueCommand ( ManagerClientCommand command ) : void
command ManagerClientCommand
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void