Share via


NSConnection.RemoveRunLoop(NSRunLoop) Method

Definition

[Foundation.Export("removeRunLoop:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveRunLoop(Foundation.NSRunLoop runLoop);
[<Foundation.Export("removeRunLoop:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveRunLoop : Foundation.NSRunLoop -> unit
override this.RemoveRunLoop : Foundation.NSRunLoop -> unit

Parameters

runLoop
NSRunLoop
Attributes

Applies to