NSUrlConnection.Schedule 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
Schedule(NSRunLoop, NSRunLoopMode) | |
Schedule(NSRunLoop, NSString) |
Définit la boucle d’exécution et le mode utilisé par cette connexion. |
Schedule(NSRunLoop, NSRunLoopMode)
public void Schedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode forMode);
member this.Schedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Paramètres
- aRunLoop
- NSRunLoop
- forMode
- NSRunLoopMode
S’applique à
Schedule(NSRunLoop, NSString)
Définit la boucle d’exécution et le mode utilisé par cette connexion.
[Foundation.Export("scheduleInRunLoop:forMode:")]
public virtual void Schedule (Foundation.NSRunLoop aRunLoop, Foundation.NSString forMode);
abstract member Schedule : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.Schedule : Foundation.NSRunLoop * Foundation.NSString -> unit
Paramètres
- aRunLoop
- NSRunLoop
Boucle d’exécution à utiliser.
- forMode
- NSString
Mode à utiliser.
- Attributs
Remarques
.