TaskManagerSendBroadcast Method (Vault, String, String, BroadcastDirective) |
Sends a broadcast.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void SendBroadcast(
Vault vault,
string queueId,
string broadcastType,
BroadcastDirective directive = null
)
Public Sub SendBroadcast (
vault As Vault,
queueId As String,
broadcastType As String,
Optional directive As BroadcastDirective = Nothing
)
public:
void SendBroadcast(
Vault^ vault,
String^ queueId,
String^ broadcastType,
BroadcastDirective^ directive = nullptr
)
Parameters
- vault
- Type: Vault
The vault instance to send the broadcast with. - queueId
- Type: SystemString
The queue on which to broadcast. - broadcastType
- Type: SystemString
The broadcast type. - directive (Optional)
- Type: MFiles.VAF.AppTasksBroadcastDirective
The broadcast message.
See Also