Method | Description | |
---|---|---|
AddEvent ( string eventKey, SignalR.Topic topic ) : bool | ||
DefaultSubscription ( string identity, IEnumerable |
||
GetCursor ( ) : string | ||
RemoveEvent ( string eventKey ) : void | ||
SetEventTopic ( string eventKey, SignalR.Topic topic ) : void |
Method | Description | |
---|---|---|
BeforeInvoke ( object state ) : void | ||
PerformWork ( List |
Method | Description | |
---|---|---|
GetMessageId ( Topic>.IDictionary |
||
GetMessageId ( SignalR.Topic topic ) : ulong | ||
UpdateCursor ( string key, ulong id ) : bool |
public AddEvent ( string eventKey, SignalR.Topic topic ) : bool | ||
eventKey | string | |
topic | SignalR.Topic | |
return | bool |
protected BeforeInvoke ( object state ) : void | ||
state | object | |
return | void |
public DefaultSubscription ( string identity, IEnumerable |
||
identity | string | |
eventKeys | IEnumerable |
|
topics | Topic>.IDictionary | |
cursor | string | |
callback | Func |
|
maxMessages | int | |
counters | IPerformanceCounterWriter | |
return | System |
protected PerformWork ( List |
||
items | List |
|
nextCursor | string | |
totalCount | int | |
state | object | |
return | void |
public RemoveEvent ( string eventKey ) : void | ||
eventKey | string | |
return | void |
public SetEventTopic ( string eventKey, SignalR.Topic topic ) : void | ||
eventKey | string | |
topic | SignalR.Topic | |
return | void |