C# Class MSA.Zmq.JsonRpc.ServiceRunner

Inheritance: IDisposable
Exibir arquivo Open project: kadekcipta/ZmqJsonRpc Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetHelp ( ) : string
Reload ( TaskHandlerDescriptor handlerDescriptors ) : void
ServiceRunner ( string args ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
DestroyServices ( ) : void
HandleOption ( string key, string value ) : void

Format: --mode=:::[]

Info ( string message ) : void
InitializeServices ( ) : void
ParseArguments ( string args ) : void

Parse arguments: --argname=argvalues

Print ( string message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetHelp() public method

public GetHelp ( ) : string
return string

Reload() public method

public Reload ( TaskHandlerDescriptor handlerDescriptors ) : void
handlerDescriptors TaskHandlerDescriptor
return void

ServiceRunner() public method

public ServiceRunner ( string args ) : System
args string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void