Click or drag to resize

Extensions Class

Provides C# extension methods for interfaces and classes within the root namespace.
Remarks
Used to introduce new methods on interfaces without making it a breaking change for the users.
Inheritance Hierarchy
SystemObject
  DseExtensions

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static class Extensions

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetState
Gets a snapshot containing information on the connections pools held by this Client at the current time.

The information provided in the returned object only represents the state at the moment this method was called and it's not maintained in sync with the driver metadata.

Top
See Also

Reference