MongoDatabaseGetCurrentOp Method |
Gets the current operation.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public virtual BsonDocument GetCurrentOp()
Public Overridable Function GetCurrentOp As BsonDocument
abstract GetCurrentOp : unit -> BsonDocument
override GetCurrentOp : unit -> BsonDocument
Return Value
Type:
BsonDocumentThe current operation.
See Also