NSPort.RemoveFromRunLoop Method

Definition

Overloads

RemoveFromRunLoop(NSRunLoop, NSRunLoopMode)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void RemoveFromRunLoop(Foundation.NSRunLoop runLoop, Foundation.NSRunLoopMode runLoopMode);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit

Parameters

runLoop
NSRunLoop
runLoopMode
NSRunLoopMode
Attributes

Applies to

RemoveFromRunLoop(NSRunLoop, NSString)

[Foundation.Export("removeFromRunLoop:forMode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveFromRunLoop(Foundation.NSRunLoop runLoop, Foundation.NSString runLoopMode);
[<Foundation.Export("removeFromRunLoop:forMode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSString -> unit

Parameters

runLoop
NSRunLoop
runLoopMode
NSString
Attributes

Applies to