Name | Description | |
---|---|---|
RealtimeDatastore Constructor | Opens a real-time datastore with a RealtimeServiceConnectionProperties. This method must be called on the MCT. Use QueuedTask.Run. |
The following tables list the members exposed by RealtimeDatastore.
Name | Description | |
---|---|---|
RealtimeDatastore Constructor | Opens a real-time datastore with a RealtimeServiceConnectionProperties. This method must be called on the MCT. Use QueuedTask.Run. |
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetConnectionString | Gets the connection string associated with the currently opened data store (e.g., an enterprise geodatabase). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
GetConnector | Overridden. Gets the ArcGIS.Core.Data.Connector associated with the currently opened realtime datastore. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDefinition | Gets a ArcGIS.Core.Data.TableDefinition instance associated with name in the real-time data store. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFilterSQLSyntax | Gets the gateway to access information about the SQL syntax supported in the filter. This method must be called on the MCT. Use QueuedTask.Run. | |
GetPath | Gets the path to the currently opened data store (e.g., an enterprise geodatabase .sde connection file). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
GetSQLSyntax | Gets the gateway to access information about the SQL syntax and other functionality supported by this ArcGIS.Core.Data.Datastore. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
GetTableNames | 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. | |
HasEdits | Determines whether the currently opened data store (e.g., an enterprise geodatabase) has any pending edits which have not been saved. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
OpenTable | Gets a RealtimeTable or RealtimeFeatureClass instance associated with name. This method must be called on the MCT. Use QueuedTask.Run. |