TaskQueueManagerSendBroadcastMessage Method
Sends a broadcast message to the passed task queue.
Namespace: MFiles.VAF.Common.ApplicationTaskQueueAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void SendBroadcastMessage(
string queueId,
string taskType,
byte[] taskData = null,
Vault vault = null
)
Parameters
- queueId String
- Task queue identifier.
- taskType String
- Task type handler id.
- taskData Byte (Optional)
- Optional - Custom data bytes.
- vault Vault (Optional)
- Optional, vault object to use for the call, defaults to Permanent vault.