TaskQueueResolverGetTaskProcessorMethodInfo Method |
Gets the method info of a declared task processor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MethodInfo GetTaskProcessorMethodInfo(
string queueId,
string type
)
Public Function GetTaskProcessorMethodInfo (
queueId As String,
type As String
) As MethodInfo
public:
MethodInfo^ GetTaskProcessorMethodInfo(
String^ queueId,
String^ type
)
Parameters
- queueId
- Type: SystemString
The task queue. - type
- Type: SystemString
The task type.
Return Value
Type:
MethodInfoThe method info.
See Also