C# Class EventCentric.Polling.SubscriptionBuffer

Inheritance: IMonitoredSubscription
Mostra file Open project: Narvalex/EventCentric Class Usage Examples

Public Properties

Property Type Description
IsPoisoned bool
IsPolling bool

Public Methods

Method Description
SubscriptionBuffer ( string streamType, string url, string token, long currentBufferVersion, bool isPoisoned ) : System.Collections.Concurrent

Method Details

SubscriptionBuffer() public method

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
return System.Collections.Concurrent

Property Details

IsPoisoned public_oe property

public bool IsPoisoned
return bool

IsPolling public_oe property

public bool IsPolling
return bool