TaskQueueResolverGetTaskProcessorSettings Method |
Gets the attribute declared for a task processing method.
Throws if the queue or task has not been resolved.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TaskProcessorAttribute GetTaskProcessorSettings(
string queueId,
string type
)
Public Function GetTaskProcessorSettings (
queueId As String,
type As String
) As TaskProcessorAttribute
public:
TaskProcessorAttribute^ GetTaskProcessorSettings(
String^ queueId,
String^ type
)
Parameters
- queueId
- Type: SystemString
The id of the queue. - type
- Type: SystemString
The type of task handled by the processor.
Return Value
Type:
TaskProcessorAttributeReturns the attribute the processing method was decorated with.
See Also