NSNetService.Unschedule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Unschedule(NSRunLoop, NSRunLoopMode) | |
Unschedule(NSRunLoop, String) |
Unschedule(NSRunLoop, NSRunLoopMode)
public void Unschedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode forMode);
member this.Unschedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Parameters
- aRunLoop
- NSRunLoop
- forMode
- NSRunLoopMode
Applies to
Unschedule(NSRunLoop, String)
[Foundation.Export("removeFromRunLoop:forMode:")]
public virtual void Unschedule (Foundation.NSRunLoop aRunLoop, string forMode);
abstract member Unschedule : Foundation.NSRunLoop * string -> unit
override this.Unschedule : Foundation.NSRunLoop * string -> unit
Parameters
- aRunLoop
- NSRunLoop
- forMode
- String
- Attributes