CADisplayLink.RemoveFromRunLoop Method

Definition

Overloads

RemoveFromRunLoop(NSRunLoop, NSRunLoopMode)

Removes the display link from the provided run loop when in the specified mode.

RemoveFromRunLoop(NSRunLoop, NSString)

Removes the display link from the provided run loop when in the specified mode.

Removes the display link from the provided run loop when in the specified mode.

public void RemoveFromRunLoop (Foundation.NSRunLoop runloop, Foundation.NSRunLoopMode mode);
member this.RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit

Parameters

runloop
NSRunLoop

The run loop from which to remove the display link.

mode
NSRunLoopMode

The mode of the run loop.

Applies to

Removes the display link from the provided run loop when in the specified mode.

[Foundation.Export("removeFromRunLoop:forMode:")]
public virtual void RemoveFromRunLoop (Foundation.NSRunLoop runloop, Foundation.NSString mode);
abstract member RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit

Parameters

runloop
NSRunLoop

The run loop from which to remove the display link.

mode
NSString

The mode of the run loop.

This parameter can be null.

Attributes

Applies to