AppTaskUpdateInfoGetCurrentVaultServerAttachment Method |
Gets the multi-server mode vault server attachment object for this server.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static VaultServerAttachment GetCurrentVaultServerAttachment(
VaultServerAttachments attachments
)
Public Shared Function GetCurrentVaultServerAttachment (
attachments As VaultServerAttachments
) As VaultServerAttachment
public:
static VaultServerAttachment^ GetCurrentVaultServerAttachment(
VaultServerAttachments^ attachments
)
Parameters
- attachments
- Type: VaultServerAttachments
The VaultServerAttachments collection.
Return Value
Type:
VaultServerAttachmentMSM vault attachment info.
See Also