Click or drag to resize
IChannelKillCursors Method
Executes a KillCursors protocol.

Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
void KillCursors(
	IEnumerable<long> cursorIds,
	MessageEncoderSettings messageEncoderSettings,
	CancellationToken cancellationToken
)

Parameters

cursorIds
Type: System.Collections.GenericIEnumerableInt64
The cursor ids.
messageEncoderSettings
Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings
The message encoder settings.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.
See Also