???ReportClient.DisableDomainDB Method
Click or drag to resize
ReportClientDisableDomainDB Method
Disables the domain database.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, string> DisableDomainDB(
	string userURI,
	string dbName,
	string domainName,
	Dictionary<string, string> config
)

Parameters

userURI
Type:??SystemString
The user URI.
dbName
Type:??SystemString
Name of the database.
domainName
Type:??SystemString
Name of the domain.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type:??DictionaryString, String
Domain database status
See Also