NetworkReachability.Notification Delegate
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.
Signature for the SetCallback method on NetworkReachability.
public delegate void NetworkReachability.Notification(NetworkReachabilityFlags flags);
type NetworkReachability.Notification = delegate of NetworkReachabilityFlags -> unit
Parameters
- flags
- NetworkReachabilityFlags
The current reachability flags for the NetworkReachability object.
Remarks
Methods with this signature are invoked in response to changes in the NetworkReachability state.