An NDoc Documented Class Library

HostIntegratorSession.IsConnected Property

Gets whether the Host Integrator server session is connected.

public virtual bool IsConnected {get;}

Property Value

Gets whether the Host Integrator server session is connected.

Remarks

This property returns True if HostIntegratorSession believes it is currently connected to a Host Integrator server session. This property does not actually perform a server operation to determine whether a connection is present. It is possible for the connection to have been lost without the connector detecting it. So isConnected might return True even when a connection is not present.

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace