IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
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.
Namespace: IBM.WebSphere.CachingA grid name cooresponds to an ObjectGrid name in the data grid configuration.
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- context
- Type: IBM.WebSphere.Caching IClientConnectionContext
Specifies the IClientConnectionContext object returned from a Connect method call.
- gridName
- Type: System String
Specifies the name of the requested ObjectGrid.
Return Value
Returns client data grid instance that corresponds to the specified remote data grid.Exceptions
Exception | Condition |
---|---|
IBM.WebSphere.Caching GridException | Occurs if the specified grid is not found or incompatible with the current configuration. |
See Also