NSStream.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, String) |
Schedules the stream to run on the specified run loop with the specified mode. |
Schedule(NSRunLoop, NSRunLoopMode)
public void Schedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode mode);
member this.Schedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Parameters
- aRunLoop
- NSRunLoop
- mode
- NSRunLoopMode
Applies to
Schedule(NSRunLoop, String)
Schedules the stream to run on the specified run loop with the specified mode.
[Foundation.Export("scheduleInRunLoop:forMode:")]
public virtual void Schedule (Foundation.NSRunLoop aRunLoop, string mode);
abstract member Schedule : Foundation.NSRunLoop * string -> unit
override this.Schedule : Foundation.NSRunLoop * string -> unit
Parameters
- aRunLoop
- NSRunLoop
The run loop to run on.
- mode
- String
The runloop mode to run with (one of NSRunLoopMode constants)
- Attributes