Table of Contents

Method GetLoggedStages

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

GetLoggedStages<TSource>(IQueryable<TSource>)

Gets the most recently logged stages.

public static BsonDocument[] GetLoggedStages<TSource>(this IQueryable<TSource> source)

Parameters

source IQueryable<TSource>

The source.

Returns

BsonDocument[]

The logged stages.

Type Parameters

TSource

The type of the source documents.