IGridManager Connect Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Overload List

  NameDescription
Public methodConnect(ICatalogDomainInfo)
Connects a client process to the data grid.

Multiple invocations will produce additional connections. The IClientConnectionContext should be cached for the life of the application, and the Disconnect(IClientConnectionContext) method should be invoked to disconnect from the data grid.

Public methodConnect(ICatalogDomainInfo, String)
Connects a client process to the data grid using connection properties that are specified in the the configFilename.

Multiple invocations will produce additional connections. The IClientConnectionContext should be cached for the life of the application, and the Disconnect(IClientConnectionContext) method should be invoked to disconnect from the data grid.

Back to Top
See Also