C# Class MSA.Zmq.JsonRpc.ServiceRunner

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

GetHelp() public méthode

public GetHelp ( ) : string
Résultat string

Reload() public méthode

public Reload ( TaskHandlerDescriptor handlerDescriptors ) : void
handlerDescriptors TaskHandlerDescriptor
Résultat void

ServiceRunner() public méthode

public ServiceRunner ( string args ) : System
args string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void