ArcGIS Pro 2.6 API Reference Guide
OpenTable Method (RealtimeDatastore)

ArcGIS.Core.Data.Realtime Namespace > RealtimeDatastore Class : OpenTable Method
The name of the dataset to open.
Gets a RealtimeTable or RealtimeFeatureClass instance associated with name. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Table OpenTable( 
   string name
)
Public Function OpenTable( _
   ByVal name As String _
) As Table

Parameters

name
The name of the dataset to open.

Return Value

Exceptions
ExceptionDescription
No valid real-time datastore has been opened prior to calling this operation.
A realtime datastore related exception has occurred. For example, the name is invalid.
This method or property must be called within the lambda passed to QueuedTask.Run.
The data store does not support this operation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RealtimeDatastore Class
RealtimeDatastore Members