Table of Contents

Class PingOperation

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents a ping operation.

[Obsolete("This class will be made internal in a later release.")]
public class PingOperation : IReadOperation<BsonDocument>
Inheritance
PingOperation
Implements
Inherited Members
Extension Methods

Constructors

PingOperation(MessageEncoderSettings)

Initializes a new instance of the PingOperation class.

Properties

MessageEncoderSettings

Gets the message encoder settings.

Methods

Execute(IReadBinding, CancellationToken)

Executes the operation.

ExecuteAsync(IReadBinding, CancellationToken)

Executes the operation.