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

Inheritance: IDisposable
Exibir arquivo Open project: postworthy/postworthy Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ManagerClient ( ) : System
QueueCommand ( ManagerClientCommand command ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Work ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ManagerClient() public method

public ManagerClient ( ) : System
return System

QueueCommand() public method

public QueueCommand ( ManagerClientCommand command ) : void
command ManagerClientCommand
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void