Share via


NSNetServiceBrowser.Schedule Method

Definition

Overloads

Schedule(NSRunLoop, NSString)

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

Parameters

aRunLoop
NSRunLoop
forMode
NSString
Attributes

Applies to

Schedule(NSRunLoop, NSRunLoopMode)

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

Parameters

aRunLoop
NSRunLoop
forMode
NSRunLoopMode
Attributes

Applies to