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