ExtensionMethodAdminConfigurationManagerCreateVaultExtensionMethodCall Method (DomainNodeLocation, String, String) |
Creates a VaultExtensionMethodCall for use in SourceDefinitions.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected virtual VaultExtensionMethodCall CreateVaultExtensionMethodCall(
DomainNodeLocation nodeLocation,
string command,
params string[] argNames
)
Protected Overridable Function CreateVaultExtensionMethodCall (
nodeLocation As DomainNodeLocation,
command As String,
ParamArray argNames As String()
) As VaultExtensionMethodCall
protected:
virtual VaultExtensionMethodCall^ CreateVaultExtensionMethodCall(
DomainNodeLocation^ nodeLocation,
String^ command,
... array<String^>^ argNames
)
Parameters
- nodeLocation
- Type: MFiles.VAF.Configuration.AdminConfigurationsDomainNodeLocation
The location of the node the source is for. - command
- Type: SystemString
The command the source will delegate to. - argNames
- Type: SystemString
The names of arguments expected to be passed to the command.
Return Value
Type:
VaultExtensionMethodCallThe definition that MFAdmin can use to trigger the command of the node.
See Also