C# 클래스 EventCentric.Polling.SubscriptionBuffer

상속: IMonitoredSubscription
파일 보기 프로젝트 열기: Narvalex/EventCentric 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsPoisoned bool
IsPolling bool

공개 메소드들

메소드 설명
SubscriptionBuffer ( string streamType, string url, string token, long currentBufferVersion, bool isPoisoned ) : System.Collections.Concurrent

메소드 상세

SubscriptionBuffer() 공개 메소드

public SubscriptionBuffer ( string streamType, string url, string token, long currentBufferVersion, bool isPoisoned ) : System.Collections.Concurrent
streamType string
url string
token string
currentBufferVersion long
isPoisoned bool
리턴 System.Collections.Concurrent

프로퍼티 상세

IsPoisoned 공개적으로 프로퍼티

public bool IsPoisoned
리턴 bool

IsPolling 공개적으로 프로퍼티

public bool IsPolling
리턴 bool