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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET