IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Back to Top
Overload List
Name | Description | |
---|---|---|
![]() | Connect(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. |
![]() | Connect(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. |
See Also