MonobjcMonobjc Documented Class Library
ScheduleInRunLoopForMode Method (aRunLoop, mode)
NamespacesMonobjc.FoundationNSNetServiceScheduleInRunLoopForMode(NSRunLoop, NSString)

Adds the service to the specified run loop.

Original signature is '- (void)scheduleInRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ScheduleInRunLoopForMode(
	NSRunLoop aRunLoop,
	NSString mode
)
Public Overridable Sub ScheduleInRunLoopForMode ( _
	aRunLoop As NSRunLoop, _
	mode As NSString _
)
public:
virtual void ScheduleInRunLoopForMode(
	NSRunLoop^ aRunLoop, 
	NSString^ mode
)
Parameters
aRunLoop (NSRunLoop)
The run loop to which to add the receiver.
mode (NSString)
The run loop mode to which to add the receiver. Possible values for mode are discussed in the "Constants" section of NSRunLoop.
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)