Struct CommandSucceededEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a command has succeeded.
public struct CommandSucceededEvent
Inherited Members
Constructors
Initializes a new instance of the CommandSucceededEvent struct.
CommandSucceededEvent(string, BsonDocument, DatabaseNamespace, long?, int, ConnectionId, TimeSpan)
Initializes a new instance of the CommandSucceededEvent struct.
Properties
Gets the name of the command.
Gets the connection identifier.
Gets the database namespace.
Gets the duration.
Gets the operation identifier.
Gets the reply.
Gets the request identifier.
Gets the service identifier.
Gets the timestamp.