Click or drag to resize
BulkWriteResult<TDocument>.Unacknowledged Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax
public Unacknowledged(
	int requestCount,
	IEnumerable<WriteModel<TDocument>> processedRequests
)

Parameters

requestCount
Type: System.Int32
The request count.
processedRequests
Type: System.Collections.Generic.IEnumerable<WriteModel<TDocument>>
The processed requests.
See Also