Click or drag to resize

TaskManagerGetBroadcastProcessor Method

Gets the processor for a specific queue and broadcast type. Throws if not found.

Namespace:  MFiles.VAF.AppTasks
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public BroadcastProcessor GetBroadcastProcessor(
	string queueId,
	string broadcastType
)

Parameters

queueId
Type: SystemString
The queue.
broadcastType
Type: SystemString
The broadcast type.

Return Value

Type: BroadcastProcessor
The processor.
See Also