C# Class MSA.Zmq.JsonRpc.JsonRpcZmqBase

Inheritance: IDisposable
Afficher le fichier Open project: kadekcipta/ZmqJsonRpc

Méthodes publiques

Méthode Description
Dispose ( ) : void
JsonRpcZmqBase ( ZmqContext context = null ) : System
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Debug ( string message ) : void
DestroyContext ( ) : void
Dispose ( bool disposing ) : void
Info ( string message ) : void
LogError ( System ex ) : void
OnTerminated ( ) : void

Method Details

Debug() protected méthode

protected Debug ( string message ) : void
message string
Résultat void

DestroyContext() protected méthode

protected DestroyContext ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Info() protected méthode

protected Info ( string message ) : void
message string
Résultat void

JsonRpcZmqBase() public méthode

public JsonRpcZmqBase ( ZmqContext context = null ) : System
context ZmqContext
Résultat System

LogError() protected méthode

protected LogError ( System ex ) : void
ex System
Résultat void

OnTerminated() protected méthode

protected OnTerminated ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void