CFHostCancelInfoResolution(_:_:)
Cancels the resolution of a host.
Declaration
func CFHostCancelInfoResolution(_ theHost: CFHost, _ info: CFHostInfoType)Parameters
- theHost:
The host for which a resolution is to be cancelled. This value must not be
NULL. - info:
A value of type
CFHostInfoTypespecifying the type of resolution that is to be cancelled. See Cfhostinfotype for possible values.
Discussion
This function cancels the asynchronous or synchronous resolution specified by info for the host specified by theHost.
Special Considerations
This function is thread safe.
See Also
Hosts
CFHostCFHostInfoTypeCFHostClientContextCFHostCreateCopy(_:_:)CFHostCreateWithAddress(_:_:)CFHostCreateWithName(_:_:)CFHostGetAddressing(_:_:)CFHostGetNames(_:_:)CFHostGetReachability(_:_:)CFHostGetTypeID()CFHostScheduleWithRunLoop(_:_:_:)CFHostSetClient(_:_:_:)CFHostStartInfoResolution(_:_:_:)CFHostUnscheduleFromRunLoop(_:_:_:)