コード例 #1
0
 public static BsonDocument RefreshSession(
     this IMongoClient mongoClient,
     Guid sessionId)
 {
     return(mongoClient.RefreshSessions(new[] { sessionId }));
 }