C# 클래스 Microsoft.AspNetCore.SignalR.Messaging.ScaleoutSubscription

상속: Subscription
파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

공개 메소드들

메소드 설명
ScaleoutSubscription ( string identity, IList eventKeys, string cursor, IList streams, Func callback, int maxMessages, IPerformanceCounterManager counters, object state ) : System
WriteCursor ( TextWriter textWriter ) : void

보호된 메소드들

메소드 설명
BeforeInvoke ( object state ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BeforeInvoke() 보호된 메소드

protected BeforeInvoke ( object state ) : void
state object
리턴 void

ScaleoutSubscription() 공개 메소드

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
리턴 System

WriteCursor() 공개 메소드

public WriteCursor ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
리턴 void