IConnectionStatus Interface

Definition

Describes the current status of a one-way connection.

public interface IConnectionStatus
type IConnectionStatus = interface
Public Interface IConnectionStatus
Derived

Properties

IsOnline

Gets a value that determines whether the connection is online.

LastError

Retrieves the last error encountered when trying to reestablish the connection from the offline state.

Events

Connecting

Occurs when the connection is being established.

Offline

Occurs when the connection goes offline.

Online

Occurs when the connection comes online.

Applies to