IConnectionStatus Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET