ArcGIS Pro 2.8 API Reference Guide
GetDatastore Method (RealtimeTable)

ArcGIS.Core.Data.Realtime Namespace > RealtimeTable Class : GetDatastore Method
Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public new RealtimeDatastore GetDatastore()
Public Shadows Function GetDatastore() As RealtimeDatastore

Return Value

The data store of this dataset.
Exceptions
ExceptionDescription
The type of data store associated with this dataset is invalid or currently not supported.
A geodatabase-related exception has occurred.
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RealtimeTable Class
RealtimeTable Members