C# Class Res.Core.TcpTransport.Endpoints.QueryEndpoint

Inheritance: IDisposable
Show file Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
QueryEndpoint ( EventStorageReader reader, ResConfiguration config ) : System
Start ( CancellationToken token ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

QueryEndpoint() public method

public QueryEndpoint ( EventStorageReader reader, ResConfiguration config ) : System
reader Res.Core.StorageBuffering.EventStorageReader
config ResConfiguration
return System

Start() public method

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