Contents

deferredStartDelegateCallbackQueue

The dispatch queue on which the session calls deferred start delegate methods.

Declaration

var deferredStartDelegateCallbackQueue: dispatch_queue_t? { get }

Discussion

Call the setDeferredStartDelegate(_:deferredStartDelegateCallbackQueue:) method to specify the dispatch queue on which to call the deferred start delegate methods.

See Also

Configuring deferred start