TaskQueueResolverIsTaskProcessorDefined Method |
Indicates whether a task processor type has been resolved for a queue.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsTaskProcessorDefined(
string queueId,
string type
)
Public Function IsTaskProcessorDefined (
queueId As String,
type As String
) As Boolean
public:
bool IsTaskProcessorDefined(
String^ queueId,
String^ type
)
Parameters
- queueId
- Type: SystemString
The id of the queue to check. - type
- Type: SystemString
The task type.
Return Value
Type:
BooleanTrue if a task processor has been resolved for the type and queue. False otherwise.
See Also