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
Disconnects a client process from a catalog server. The IClientConnectionContext and associated IGrid
instances are invalid once disconnected.
Namespace: IBM.WebSphere.CachingAssembly: 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