C# Class MSA.Zmq.JsonRpc.JsonRpcZmqBase

Inheritance: IDisposable
显示文件 Open project: kadekcipta/ZmqJsonRpc

Public Methods

Method Description
Dispose ( ) : void
JsonRpcZmqBase ( ZmqContext context = null ) : System
Start ( ) : void
Stop ( ) : void

Protected Methods

Method 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 method

protected Debug ( string message ) : void
message string
return void

DestroyContext() protected method

protected DestroyContext ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Info() protected method

protected Info ( string message ) : void
message string
return void

JsonRpcZmqBase() public method

public JsonRpcZmqBase ( ZmqContext context = null ) : System
context ZmqContext
return System

LogError() protected method

protected LogError ( System ex ) : void
ex System
return void

OnTerminated() protected method

protected OnTerminated ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void