Gets whether the Host Integrator server session is connected.
[Visual Basic]Public ReadOnly Property IsConnected As Boolean
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 | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace