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

Disconnects a client process from a catalog server. The IClientConnectionContext and associated IGrid instances are invalid once disconnected.

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 that was returned from a previous Connect method call.

Return Value

Returns true if the disconnect was successful, or false if the supplied context was not connected.
See Also