TaskQueueManagerSendBroadcastMessage Method

Sends a broadcast message to the passed task queue.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
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.

See Also