NetworkReachability.SetDispatchQueue(DispatchQueue) Method

Definition

Specifies the DispatchQueue to be used for callbacks.

public bool SetDispatchQueue (CoreFoundation.DispatchQueue queue);
member this.SetDispatchQueue : CoreFoundation.DispatchQueue -> bool

Parameters

queue
DispatchQueue

The queue on which the notification will be posted.   Pass null to disable notifications on the specified queue.

Returns

True on success, false on failure.

Applies to