TaskQueueResolverIsBroadcastProcessorDefined Method |
Indicates whether a broadcast 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 IsBroadcastProcessorDefined(
string queueId,
string type
)
Public Function IsBroadcastProcessorDefined (
queueId As String,
type As String
) As Boolean
public:
bool IsBroadcastProcessorDefined(
String^ queueId,
String^ type
)
Parameters
- queueId
- Type: SystemString
The id of the queue to check. - type
- Type: SystemString
The broadcast type.
Return Value
Type:
BooleanTrue if a broadcast processor has been resolved for the type and queue. False otherwise.
See Also