C# Class Microsoft.AspNetCore.SignalR.Messaging.ScaleoutSubscription

Inheritance: Subscription
Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Méthodes publiques

Méthode Description
ScaleoutSubscription ( string identity, IList eventKeys, string cursor, IList streams, Func callback, int maxMessages, IPerformanceCounterManager counters, object state ) : System
WriteCursor ( TextWriter textWriter ) : void

Méthodes protégées

Méthode Description
BeforeInvoke ( object state ) : void

Private Methods

Méthode Description
AddCursorForStream ( int streamIndex, List cursors ) : void
ExtractMessages ( int streamIndex, ScaleoutMapping mapping, IList items, int &totalCount ) : ulong
GetMappings ( ) : int>>.IEnumerable
PerformWork ( IList items, int &totalCount, object &state ) : void

Method Details

BeforeInvoke() protected méthode

protected BeforeInvoke ( object state ) : void
state object
Résultat void

ScaleoutSubscription() public méthode

public ScaleoutSubscription ( string identity, IList eventKeys, string cursor, IList streams, Func callback, int maxMessages, IPerformanceCounterManager counters, object state ) : System
identity string
eventKeys IList
cursor string
streams IList
callback Func
maxMessages int
counters IPerformanceCounterManager
state object
Résultat System

WriteCursor() public méthode

public WriteCursor ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
Résultat void