Freigeben über


NSUrlConnection.Unschedule Methode

Definition

Überlädt

Unschedule(NSRunLoop, NSRunLoopMode)
Unschedule(NSRunLoop, NSString)

Bewirkt, dass die Verbindung diese Ausführungsschleife und den Modus nicht verwendet.

Unschedule(NSRunLoop, NSRunLoopMode)

public void Unschedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode forMode);
member this.Unschedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit

Parameter

aRunLoop
NSRunLoop
forMode
NSRunLoopMode

Gilt für:

Unschedule(NSRunLoop, NSString)

Bewirkt, dass die Verbindung diese Ausführungsschleife und den Modus nicht verwendet.

[Foundation.Export("unscheduleFromRunLoop:forMode:")]
public virtual void Unschedule (Foundation.NSRunLoop aRunLoop, Foundation.NSString forMode);
abstract member Unschedule : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.Unschedule : Foundation.NSRunLoop * Foundation.NSString -> unit

Parameter

aRunLoop
NSRunLoop

Die ausführungsschleife, die nicht geplant werden soll.

forMode
NSString

Der Modus, der außerplanet werden soll.

Attribute

Gilt für: