C# Class EventCentric.Polling.SubscriptionBuffer

Inheritance: IMonitoredSubscription
Afficher le fichier Open project: Narvalex/EventCentric Class Usage Examples

Méthodes publiques

Свойство Type Description
IsPoisoned bool
IsPolling bool

Méthodes publiques

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

Method Details

SubscriptionBuffer() public méthode

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
Résultat System.Collections.Concurrent

Property Details

IsPoisoned public_oe property

public bool IsPoisoned
Résultat bool

IsPolling public_oe property

public bool IsPolling
Résultat bool