ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeTable Class / StopStreaming Method

In This Topic
    StopStreaming Method (RealtimeTable)
    In This Topic
    Stops listening to streams from a real-time service. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub StopStreaming() 
    public void StopStreaming()
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    You can still access all rows that are so far accumulated and not expired yet. To remove all rows, call Truncate.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also