ArcGIS Pro 2.7 API Reference Guide
GetTableNames Method (RealtimeDatastore)

ArcGIS.Core.Data.Realtime Namespace > RealtimeDatastore Class : GetTableNames Method
Gets the name of all the tables that exist in the currently opened realtime data store. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<string> GetTableNames()
Public Function GetTableNames() As IReadOnlyList(Of String)

Return Value

The name of all the tables that exist in the currently opened realtime data store.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
This method or property must be called within the lambda passed to QueuedTask.Run.
Please make sure a valid data store has been opened first.
The data store does not support this operation.
Remarks
For stream service there is always only one table per datastore.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RealtimeDatastore Class
RealtimeDatastore Members