示例#1
0
 Task <ISession> ConnectionContext.CreateSession()
 {
     return(_context.CreateSession());
 }
 Task <ISession> ConnectionContext.CreateSession(CancellationToken cancellationToken)
 {
     return(_context.CreateSession(cancellationToken));
 }