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