IGrid MethodsIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

The IGrid type exposes the following members.
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetGridMapNames
Returns a list of map names that are associated with this data grid.
Public methodGetGridMapPessimisticAutoTx TKey, TValue (String)
Returns a map instance for the specified map.
Public methodGetGridMapPessimisticAutoTx TKey, TValue (String, ICredentialGenerator)
Returns a map instance for the specified map using specified credential object (userid password).
Public methodGetGridMapPessimisticTx TKey, TValue (String)
Returns a grid map instance for the specified map.
Public methodGetGridMapPessimisticTx TKey, TValue (String, ICredentialGenerator)
Returns a grid map instance for the specified map using specified credential object (userid password)
Back to Top
See Also