ArcGIS Pro 2.6 API Reference Guide
StopStreaming Method (RealtimeTable)

ArcGIS.Core.Data.Realtime Namespace > RealtimeTable Class : StopStreaming Method
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 rows that are so far accumulated and not expired yet. To remove all rows, call Truncate.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RealtimeTable Class
RealtimeTable Members