IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Creates an instance of the ICatalogDomainInfo object for the specified catalog service addresses.
Namespace: IBM.WebSphere.CachingThe catalog service addresses are expressed in a string of the form:
catalogServerAddresses ::= <catalogServiceEndpoint> [,<catalogServiceEndpoint>]
catalogServiceEndpoint ::= <hostName> : <listenerPort>
hostName ::= The IP address or host name of a catalog service.
listenerPort ::= The listener port that the catalog service is configured to use.
For example:
com.acme.server1:2809,com.acme.server2:2809Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- catalogServerAddresses
- Type: System String
The catalog service addresses.
Return Value
The ICatalogDomainInfo representing the catalog service domain addresses.See Also