Table of Contents

Interface IWriteOperation<TResult>

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

Represents a database write operation.

public interface IWriteOperation<TResult>

Type Parameters

TResult

The type of the result.

Extension Methods

Methods

Execute(IWriteBinding, CancellationToken)

Executes the operation.

ExecuteAsync(IWriteBinding, CancellationToken)

Executes the operation.