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

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
QueryEndpoint ( EventStorageReader reader, 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

QueryEndpoint() public méthode

public QueryEndpoint ( EventStorageReader reader, ResConfiguration config ) : System
reader Res.Core.StorageBuffering.EventStorageReader
config ResConfiguration
Résultat System

Start() public méthode

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