NetworkReachability.SetDispatchQueue(DispatchQueue) Method
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.
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.