Skip to content

Commit 117276b

Browse files
committed
Added comments
1 parent fcbefd9 commit 117276b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/MongoDB.Driver/IClientSession.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@
2121

2222
namespace MongoDB.Driver
2323
{
24+
/// <summary>
25+
/// //TODO
26+
/// </summary>
2427
public static class ClientSessionExtensions
2528
{
2629
//TODO This will need to be moved somewhere else
30+
/// <summary>
31+
/// //TODO
32+
/// </summary>
33+
/// <param name="session"></param>
34+
/// <returns></returns>
2735
public static BsonTimestamp GetSnapshotTime(this IClientSessionHandle session)
2836
{
2937
return ((ClientSessionHandle)session).SnapshotTime;

0 commit comments

Comments
 (0)