TaskQueueResolverGetBroadcastProcessorMethodInfo Method |
Gets the method info of a declared broadcast processor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MethodInfo GetBroadcastProcessorMethodInfo(
string type,
string queueId = ".core.broadcast"
)
Public Function GetBroadcastProcessorMethodInfo (
type As String,
Optional queueId As String = ".core.broadcast"
) As MethodInfo
public:
MethodInfo^ GetBroadcastProcessorMethodInfo(
String^ type,
String^ queueId = L".core.broadcast"
)
Parameters
- type
- Type: SystemString
The type of broadcast. - queueId (Optional)
- Type: SystemString
The broadcast queue. Optional. Defaults to default broadcast queue.
Return Value
Type:
MethodInfoThe method info.
See Also