ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeFeatureClass Class / StopStreaming Method

In This Topic
    StopStreaming Method (RealtimeFeatureClass)
    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 void StopStreaming()
    Public Sub StopStreaming() 
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    You can still access all features that are so far accumulated and not expired yet. To remove all features, call Truncate.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also