IsStreamingConnectionOpen Property
Gets whether this
StreamLayer's streaming connection is open (started).
Check the Stream Layer connection state
if (!streamLayer.IsStreamingConnectionOpen)
//Must be on QueuedTask!
streamLayer.StartStreaming();
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.0 or higher.