IOnlineStatus 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.
Defines the properties and events used by network-enabled objects to indicate network availability.
public interface class IOnlineStatus
public interface IOnlineStatus
type IOnlineStatus = interface
Public Interface IOnlineStatus
- Derived
Remarks
This interface is implemented when a class needs to indicate the network availability of its instances to other ServiceModel objects.
Properties
IsOnline |
Gets a value that indicates whether the instance has network connectivity and is connected to a resource. |
Events
Offline |
Signals that the instance has disconnected from a network resource. |
Online |
Signals that the instance has connected to a network resource. |