Description
How can we tail the oplog in C# ?
I found the java example here https://github.com/mongodb/mongo-java-driver/blob/master/examples/ReadOplog.java .
My attempt is here https://gist.github.com/ashutoshraina/8217451.
Does this seem appropriate and correct ?
Is there a plan to make this a first class feature of the driver iteself ?