NSStream.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
| Name | Description |
|---|---|
| Unschedule(NSRunLoop, NSRunLoopMode) | |
| Unschedule(NSRunLoop, NSString) |
Unschedule(NSRunLoop, NSRunLoopMode)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void Unschedule(Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode mode);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.Unschedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Parameters
- aRunLoop
- NSRunLoop
- mode
- NSRunLoopMode
- Attributes
Applies to
Unschedule(NSRunLoop, NSString)
[Foundation.Export("removeFromRunLoop:forMode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Unschedule(Foundation.NSRunLoop aRunLoop, Foundation.NSString mode);
[<Foundation.Export("removeFromRunLoop:forMode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Unschedule : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.Unschedule : Foundation.NSRunLoop * Foundation.NSString -> unit
Parameters
- aRunLoop
- NSRunLoop
- mode
- NSString
- Attributes