|
IRebroadcastsVaultExtensionMethodsBroadcastVaultExtensionMethodCall Method
|
Broadcasts the vault extension method to all servers, via a task queue broadcast message.
Namespace:
MFiles.VAF.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxvoid BroadcastVaultExtensionMethodCall(
string vaultExtensionMethodProxyId,
int currentUserId,
Vault vault,
IEnumerable<string> inputParams
)
Parameters
- vaultExtensionMethodProxyId
- Type: SystemString
The VaultExtensionMethod proxy identifier.
=> $"{VaultAppFullName}.MFEventHandlerVaultExtensionMethod"
- currentUserId
- Type: SystemInt32
The current user id of the user who triggered this call. - vault
- Type: Vault
Vault object. - inputParams
- Type: System.Collections.GenericIEnumerableString
The same input params that were received, will be forwarded.
See Also