NetworkReachability.Notification Delegate

Definition

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.

Applies to