M-Files API 23.11.13135.0
SendBroadcastMessage Method
VaultApplicationTaskOperations Object : SendBroadcastMessage Method
The ID of the queue to which the broadcast message is sent.
The task type of the broadcast message.
The task data to be set to the broadcast message.
Description
Sends a broadcast message to a task queue.
Syntax
Visual Basic
Public Sub SendBroadcastMessage( _
   ByVal QueueID As String, _
   ByVal TaskType As String, _
   ByVal TaskData() As Byte _
) 
Parameters
QueueID
The ID of the queue to which the broadcast message is sent.
TaskType
The task type of the broadcast message.
TaskData
The task data to be set to the broadcast message.
Remarks

Requires M-Files 19.3.7499.1 or later.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultApplicationTaskOperations Object  | VaultApplicationTaskOperations Members