Constructor CoreSession
CoreSession(ICluster, ICoreServerSession, CoreSessionOptions)
Initializes a new instance of the CoreSession class.
[Obsolete("This constructor is deprecated. Avoid using CoreSession directly.")]
public CoreSession(ICluster cluster, ICoreServerSession serverSession, CoreSessionOptions options)Parameters
- clusterICluster
- The cluster. 
- serverSessionICoreServerSession
- The server session. 
- optionsCoreSessionOptions
- The options.