TaskProcessorBaseTSettingsSendBroadcastMessageSafe Method
            
            Helper method used to send an application task queue broadcast message,
            accounting for the potential that the task queue has been destroyed.
            - If the task queue is not found, the RegisterTaskQueue() method is called, then the message creation
            - is attempted a 2nd time.
            
            
            
              Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void SendBroadcastMessageSafe(
	bool allowRetry,
	string taskQueue,
	string taskType,
	byte[] taskData = null,
	Vault vault = null
)
Parameters
- allowRetry  Boolean
- When true, a retry attempt it permitted if the queue is not found.
- taskQueue  String
- Task queue id.
- taskType  String
- Task type.
- taskData  Byte  (Optional)
- Immutable task data.
- vault  Vault  (Optional)
- Optional, vault object to use for the call, defaults to Permanent vault.