ITaskQueueProcessorGetTaskProcessor Method |
Gets a task processor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
SyntaxTaskProcessor GetTaskProcessor(
string taskType
)
Function GetTaskProcessor (
taskType As String
) As TaskProcessor
TaskProcessor^ GetTaskProcessor(
String^ taskType
)
Parameters
- taskType
- Type: SystemString
The type of processor to get.
Return Value
Type:
TaskProcessorThe processor.
See Also