ICatalogDomainManager CreateCatalogDomainInfo Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Creates an instance of the ICatalogDomainInfo object for the specified catalog service addresses.

The 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:2809

Namespace: IBM.WebSphere.Caching
Assembly: 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