Class Extensions
Provides C# extension methods for interfaces and classes within the root namespace.
Inheritance
System.Object
Extensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public static class Extensions
Methods
GetState(ISession)
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.
Declaration
public static ISessionState GetState(this ISession instance)
Parameters
Type | Name | Description |
---|---|---|
ISession | instance |
Returns
Type | Description |
---|---|
ISessionState |