NSUrlConnection.SetDelegateQueue(NSOperationQueue) Method

Definition

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

Attributes

Applies to