C# 클래스 Res.Core.TcpTransport.Endpoints.QueryEndpoint

상속: IDisposable
파일 보기 프로젝트 열기: heartysoft/res 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
QueryEndpoint ( EventStorageReader reader, ResConfiguration config ) : System
Start ( CancellationToken token ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

QueryEndpoint() 공개 메소드

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

Start() 공개 메소드

public Start ( CancellationToken token ) : void
token System.Threading.CancellationToken
리턴 void