Get server status attributes for specified list of names.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- host
- Type:
System String
Server hostname.
- port
- Type:
System Int32
Server port.
- names
- Type:
System.Collections.Generic IList
String
Server attribute names filter.
- values
- Type:
System.Collections.Generic IDictionary
String,
String
Returned attribute name/value pairs.
- log
- Type: net.citrusleaf ClLog
Citrusleaf logger used for debugging. Set to null for normal operation.
- addressMappings (Optional)
- Type:
System.Collections.Generic Dictionary
String,
String
Optional dictionary of hostname/ip address mappings.
Return Value
Result status.See Also