IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API SpecificationThe ICatalogDomainManager type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | CreateCatalogDomainInfo |
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 |
See Also