TaskQueueResolver Class |
Namespace: MFiles.VAF.AppTasks
The TaskQueueResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | TaskQueueResolver | Initializes a new instance of the TaskQueueResolver class |
Name | Description | |
---|---|---|
![]() | GetBroadcastProcessorMethodInfo |
Gets the method info of a declared broadcast processor.
|
![]() | GetBroadcastProcessors |
Gets the broadcast processors resolved for a queue.
|
![]() | GetBroadcastProcessorSettings |
Gets the attribute declared for a braodcast processing method.
Throws if the queue or task has not been resolved.
|
![]() | GetBroadcastTypes |
Gets the broadcast types resolved for a specific queue.
|
![]() | GetProcessors |
Gets the processors resolved for a queue.
|
![]() | GetQueueFieldInfo |
Gets the field info on which the queue is declared.
Note that queue's are not required to be declared, so this can be null.
|
![]() | GetQueues |
Gets the ids of all resolved queues.
|
![]() | GetQueueSettings |
Gets the attribute declared for a resolved queue, if one was used.
Throws if the queue has not been resolved.
|
![]() | GetTaskProcessorMethodInfo |
Gets the method info of a declared task processor.
|
![]() | GetTaskProcessors |
Gets the task processors resolved for a queue.
|
![]() | GetTaskProcessorSettings |
Gets the attribute declared for a task processing method.
Throws if the queue or task has not been resolved.
|
![]() | GetTaskTypes |
Gets the task types resolved for a specific queue.
|
![]() | Include(IEnumerableObject) |
Provides object instances and/or types from which the resolver
can find queue and processor declarations.
|
![]() | Include(Object) |
Provides an object instance or type from which the resolver
can find queue and processor declarations.
|
![]() | IsBroadcastProcessorDefined |
Indicates whether a broadcast processor type has been resolved for a queue.
|
![]() | IsQueueDefined |
Indicates whether a queue has been resolved.
|
![]() | IsTaskProcessorDefined |
Indicates whether a task processor type has been resolved for a queue.
|
![]() | RegisterAll |
Registers all known queues with a TaskManager.
|
![]() | RegisterQueue |
Registers a queue with a TaskManager.
|