Name | Description | |
---|---|---|
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
FindField | Gets the index position for a field by name. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase) | |
FindKey | Gets the index of the specified key. This method must be called on the MCT. Use QueuedTask.Run. | |
GetError | Get an error object with an error code and error message from the cursor. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFields | Gets the readonly list of ArcGIS.Core.Data.Fields present in the cursor. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase) | |
GetHasError | Get a boolean indicating whether the cursor has an error. This method must be called on the MCT. Use QueuedTask.Run. | |
GetKeys | Gets the readonly list of keys associated with the original query string. This method must be called on the MCT. Use QueuedTask.Run. | |
GetState | Gets the state of this real-time cursor. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase) | |
MoveNext | Advances to the next KnowledgeGraphRow in the graph row cursor. This method must be called on the MCT. Use QueuedTask.Run. | |
Unsubscribe | Unsubscribes this real-time cursor from the ArcGIS.Core.Data.Realtime.RealtimeTable events. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase) | |
WaitForRowsAsync | Overloaded. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase) |