NSUrlConnection.SetDelegateQueue(NSOperationQueue) 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.
Sets the operations queue to be used by this connection's delegate object.
[Foundation.Export("setDelegateQueue:")]
public virtual void SetDelegateQueue (Foundation.NSOperationQueue queue);
abstract member SetDelegateQueue : Foundation.NSOperationQueue -> unit
override this.SetDelegateQueue : Foundation.NSOperationQueue -> unit
Parameters
- queue
- NSOperationQueue
- Attributes