NSUrlConnection.Unschedule Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Unschedule(NSRunLoop, NSRunLoopMode) | |
Unschedule(NSRunLoop, NSString) |
Empêche la connexion d’utiliser cette boucle et ce mode d’exécution. |
Unschedule(NSRunLoop, NSRunLoopMode)
public void Unschedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode forMode);
member this.Unschedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Paramètres
- aRunLoop
- NSRunLoop
- forMode
- NSRunLoopMode
S’applique à
Unschedule(NSRunLoop, NSString)
Empêche la connexion d’utiliser cette boucle et ce mode d’exécution.
[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
Paramètres
- aRunLoop
- NSRunLoop
Boucle d’exécution pour annuler la planification.
- forMode
- NSString
Mode à déplanifier.
- Attributs