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

Inheritance: IDisposable
Mostrar archivo Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PublishEndpoint ( EventStorageWriter eventStorageWriter, 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

PublishEndpoint() public method

public PublishEndpoint ( EventStorageWriter eventStorageWriter, ResConfiguration config ) : System
eventStorageWriter Res.Core.StorageBuffering.EventStorageWriter
config ResConfiguration
return System

Start() public method

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