MonobjcMonobjc Documented Class Library
RemoveRunLoop Method (runloop)
NamespacesMonobjc.FoundationNSConnectionRemoveRunLoop(NSRunLoop)

Removes a given NSRunLoop object from the list of run loops the receiver monitors and from which it responds to requests.

Original signature is '- (void)removeRunLoop:(NSRunLoop *)runloop'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveRunLoop(
	NSRunLoop runloop
)
Public Overridable Sub RemoveRunLoop ( _
	runloop As NSRunLoop _
)
public:
virtual void RemoveRunLoop(
	NSRunLoop^ runloop
)
Parameters
runloop (NSRunLoop)
The run loop to remove from the receiver.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)