ClientOperationsRevalidateDomain Method |
Forces a domain on the client to re-run server validation.
If the configuration or vault structure has changed, this may be wise to call.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic void RevalidateDomain(
DomainNodeLocation nodeLocation = null
)
Public Sub RevalidateDomain (
Optional nodeLocation As DomainNodeLocation = Nothing
)
public:
void RevalidateDomain(
DomainNodeLocation^ nodeLocation = nullptr
)
Parameters
- nodeLocation (Optional)
- Type: MFiles.VAF.Configuration.AdminConfigurationsDomainNodeLocation
The node to revalidate.
If not defined, the DefaultNodeLocation is assumed.
See Also