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

The IGridManager type exposes the following members.
Methods

  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.

Public methodDisconnect
Disconnects a client process from a catalog server. The IClientConnectionContext and associated IGrid instances are invalid once disconnected.
Public methodGetGrid
Returns a client data grid instance that corresponds to the data grid that is identified by the specified name. The IGrid is thread safe and should be cached for the life of the application.

A grid name cooresponds to an ObjectGrid name in the data grid configuration.

Back to Top
Properties

  NameDescription
Public propertyCatalogDomainManager
Retrieves the CatalogDomainManager, which is used for creating ICatalogDomainInfo objects.
Back to Top
See Also