KillCursorsMessageCursorIds Property |
Gets the cursor ids.
Namespace: MongoDB.Driver.Core.WireProtocol.MessagesAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public IReadOnlyList<long> CursorIds { get; }
Public ReadOnly Property CursorIds As IReadOnlyList(Of Long)
Get
member CursorIds : IReadOnlyList<int64> with get
Property Value
Type:
IReadOnlyListInt64See Also