NSStream.Schedule Method

Definition

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

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

Applies to