We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbefd9 commit 117276bCopy full SHA for 117276b
src/MongoDB.Driver/IClientSession.cs
@@ -21,9 +21,17 @@
21
22
namespace MongoDB.Driver
23
{
24
+ /// <summary>
25
+ /// //TODO
26
+ /// </summary>
27
public static class ClientSessionExtensions
28
29
//TODO This will need to be moved somewhere else
30
31
32
33
+ /// <param name="session"></param>
34
+ /// <returns></returns>
35
public static BsonTimestamp GetSnapshotTime(this IClientSessionHandle session)
36
37
return ((ClientSessionHandle)session).SnapshotTime;
0 commit comments