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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET