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

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.

Namespace: IBM.WebSphere.Caching
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

ExceptionCondition
IBM.WebSphere.Caching GridException Occurs if the specified grid is not found or incompatible with the current configuration.
See Also