CADisplayLink.RemoveFromRunLoop 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
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. |
RemoveFromRunLoop(NSRunLoop, NSRunLoopMode)
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
RemoveFromRunLoop(NSRunLoop, NSString)
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.
- Attributes