NSStream.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, String) |
Planifie l’exécution du flux sur la boucle d’exécution spécifiée avec le mode spécifié. |
Schedule(NSRunLoop, NSRunLoopMode)
public void Schedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode mode);
member this.Schedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Paramètres
- aRunLoop
- NSRunLoop
- mode
- NSRunLoopMode
S’applique à
Schedule(NSRunLoop, String)
Planifie l’exécution du flux sur la boucle d’exécution spécifiée avec le mode spécifié.
[Foundation.Export("scheduleInRunLoop:forMode:")]
public virtual void Schedule (Foundation.NSRunLoop aRunLoop, string mode);
abstract member Schedule : Foundation.NSRunLoop * string -> unit
override this.Schedule : Foundation.NSRunLoop * string -> unit
Paramètres
- aRunLoop
- NSRunLoop
Boucle d’exécution sur laquelle exécuter.
- mode
- String
Mode runloop avec lequel exécuter (une des NSRunLoopMode constantes)
- Attributs