C# Class Brod.Network.SocketListener

Inheritance: ITask
Datei anzeigen Open project: paralect/brod

Public Methods

Method Description
CreateSocket ( ZMQ socketType ) : Socket
Dispose ( ) : void
Init ( ) : void
Run ( CancellationToken token ) : void
SocketListener ( ZMQ socketType, Int32 port, Response>.Func handlerMapping ) : System

Method Details

CreateSocket() public method

public CreateSocket ( ZMQ socketType ) : Socket
socketType ZMQ
return Socket

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Run() public method

public Run ( CancellationToken token ) : void
token System.Threading.CancellationToken
return void

SocketListener() public method

public SocketListener ( ZMQ socketType, Int32 port, Response>.Func handlerMapping ) : System
socketType ZMQ
port System.Int32
handlerMapping Response>.Func
return System