ArcGIS Pro 2.9 API Reference Guide
StartStreaming Method (RealtimeTable)

ArcGIS.Core.Data.Realtime Namespace > RealtimeTable Class : StartStreaming Method
Sets the row class to a state where it starts listening to broadcasts from a real-time service This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void StartStreaming()
Public Sub StartStreaming() 
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
When you create a RealtimeTable, it does not start listening by default. You need to call this function explicitly.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RealtimeTable Class
RealtimeTable Members