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

Inheritance: IDisposable
Afficher le fichier Open project: heartysoft/res Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
PublishEndpoint ( EventStorageWriter eventStorageWriter, ResConfiguration config ) : System
Start ( CancellationToken token ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

PublishEndpoint() public méthode

public PublishEndpoint ( EventStorageWriter eventStorageWriter, ResConfiguration config ) : System
eventStorageWriter Res.Core.StorageBuffering.EventStorageWriter
config ResConfiguration
Résultat System

Start() public méthode

public Start ( CancellationToken token ) : void
token System.Threading.CancellationToken
Résultat void