public bool Equals(SessionKey other) { return other.ackMode == this.ackMode; }
public bool Equals(SessionKey other) { return(other.ackMode == this.ackMode); }
public SessionPool(ConnectionPool pool, SessionKey key, ObjectPool<PooledSession> sessionPool) { this.connectionPool = pool; this.sessionKey = key; this.sessionPool = sessionPool; }