ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeTable Class / StartStreaming Method

In This Topic
    StartStreaming Method (RealtimeTable)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also