NSUrlConnection.Schedule 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.
Overloads
Schedule(NSRunLoop, NSRunLoopMode) | |
Schedule(NSRunLoop, NSString) |
Sets the run loop and mode this connection uses. |
Schedule(NSRunLoop, NSRunLoopMode)
public void Schedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode forMode);
member this.Schedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Parameters
- aRunLoop
- NSRunLoop
- forMode
- NSRunLoopMode
Applies to
Schedule(NSRunLoop, NSString)
Sets the run loop and mode this connection uses.
[Foundation.Export("scheduleInRunLoop:forMode:")]
public virtual void Schedule (Foundation.NSRunLoop aRunLoop, Foundation.NSString forMode);
abstract member Schedule : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.Schedule : Foundation.NSRunLoop * Foundation.NSString -> unit
Parameters
- aRunLoop
- NSRunLoop
The run loop to use.
- forMode
- NSString
The mode to use.
- Attributes
Remarks
.