1. Product Help Center
  2. dragonfly discovery
  3. dragonfly discovery Integration Guide

dragonfly properties

bool IsConnected

Returns true if this object still believes it has a connection to the dragonfly application. However,
it is important to note that this does not actively check the connection state. Instead the status is
based on the last time an active check was made, which is during other API calls such as
LoadExperimentFile or RunAsync, for example.

To force the connection status to be actively queried and updated, use the CheckConnection
method.

Next article - dragonfly methods