|
TaskProcessorBaseTSettingsBroadcastVaultExtensionMethodCall Method (String, Int32, Vault, VaultServerAttachments, ListString)
|
Creates a broadcast message so all servers => receive the VEM call.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic static void BroadcastVaultExtensionMethodCall(
string queueId,
int currentUserId,
Vault vault,
VaultServerAttachments attachments,
List<string> inputParams
)
Parameters
- queueId
- Type: SystemString
Target task queue id. - currentUserId
- Type: SystemInt32
CurrentUser ID - vault
- Type: Vault
Vault connection. - attachments
- Type: VaultServerAttachments
Vault server attachments. - inputParams
- Type: System.Collections.GenericListString
Input param's from the environment.
See Also