Свойство | Type | Description | |
---|---|---|---|
DefaultSubscribersCacheExpiration | TimeSpan | ||
RedisNamespace | string |
Свойство | Type | Description | |
---|---|---|---|
_SubscribedToSubscribersChangesChannel | RedisSubscriberConnection | ||
_SubscribersCache | string[]>.IDictionary | ||
_SubscribersCacheLastClear | DateTime |
Méthode | Description | |
---|---|---|
ClearSubscribersCache ( ) : void | ||
GetInProgressJson ( Worker worker ) : string | ||
GetSubscribers ( ) : string[]>.IDictionary |
||
GetSubscribersForEvent ( string target, string eventName ) : string[] | ||
JobCompleted ( Worker worker, Job job, bool failed ) : void | ||
RedisQueue ( string name, string>.IDictionary |
Méthode | Description | |
---|---|---|
DequeueJson ( Worker worker, int timeoutSeconds ) : string | ||
DoGetTimeOfLastJobCompleted ( ) : DateTime? | ||
DoReportEventSubscription ( string sourceQueue, string target, string eventName ) : void | ||
EnqueueJson ( string data ) : void | ||
EnqueueJsonEvent ( string data, string target, string eventName ) : void | ||
GetRedisKey ( string suffixFormat = null ) : string | ||
GetRedisKeyForQueue ( string queueName, string suffixFormat = null ) : string | ||
GetWorkerKey ( Worker worker ) : string | ||
PeekJson ( long &length ) : string |
protected DequeueJson ( Worker worker, int timeoutSeconds ) : string | ||
worker | Worker | |
timeoutSeconds | int | |
Résultat | string |
protected DoGetTimeOfLastJobCompleted ( ) : DateTime? | ||
Résultat | DateTime? |
protected DoReportEventSubscription ( string sourceQueue, string target, string eventName ) : void | ||
sourceQueue | string | |
target | string | |
eventName | string | |
Résultat | void |
protected EnqueueJson ( string data ) : void | ||
data | string | |
Résultat | void |
protected EnqueueJsonEvent ( string data, string target, string eventName ) : void | ||
data | string | |
target | string | |
eventName | string | |
Résultat | void |
public GetInProgressJson ( Worker worker ) : string | ||
worker | Worker | |
Résultat | string |
protected GetRedisKey ( string suffixFormat = null ) : string | ||
suffixFormat | string | |
Résultat | string |
protected GetRedisKeyForQueue ( string queueName, string suffixFormat = null ) : string | ||
queueName | string | |
suffixFormat | string | |
Résultat | string |
public GetSubscribers ( ) : string[]>.IDictionary |
||
Résultat | string[]>.IDictionary |
public GetSubscribersForEvent ( string target, string eventName ) : string[] | ||
target | string | |
eventName | string | |
Résultat | string[] |
protected GetWorkerKey ( Worker worker ) : string | ||
worker | Worker | |
Résultat | string |
public JobCompleted ( Worker worker, Job job, bool failed ) : void | ||
worker | Worker | |
job | Job | |
failed | bool | |
Résultat | void |
protected PeekJson ( long &length ) : string | ||
length | long | |
Résultat | string |
public RedisQueue ( string name, string>.IDictionary |
||
name | string | |
setings | string>.IDictionary | |
Résultat | System |
public static TimeSpan DefaultSubscribersCacheExpiration | ||
Résultat | TimeSpan |
protected RedisSubscriberConnection _SubscribedToSubscribersChangesChannel | ||
Résultat | RedisSubscriberConnection |
protected IDictionary |
||
Résultat | string[]>.IDictionary |