Method | Description | |
---|---|---|
AddQueue ( string QueueId ) : void | ||
GetScheduledTasks ( string QueueId ) : IEnumerable |
||
RemoveQueue ( string QueueId ) : void |
Method | Description | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
Method | Description | |
---|---|---|
GetOrAddLock ( string QueueId, bool AddIfNotExist = true ) : object | ||
GetOrAddQueue ( string QueueId, bool isHighPriority, bool addIfNotExist = true ) : ConcurrentQueue |
||
ProcessUnleveledTask ( Task task ) : void | ||
ProcessWork ( string QueueId ) : void | ||
TaskAsLeveledTask ( Task task ) : ILeveledTask |
protected GetScheduledTasks ( ) : IEnumerable |
||
return | IEnumerable |
public GetScheduledTasks ( string QueueId ) : IEnumerable |
||
QueueId | string | |
return | IEnumerable |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
return | bool |