NSNetServiceBrowser.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, String) | |
Schedule(NSRunLoop, NSRunLoopMode) |
Schedule(NSRunLoop, String)
[Foundation.Export("scheduleInRunLoop:forMode:")]
public virtual void Schedule (Foundation.NSRunLoop aRunLoop, string forMode);
abstract member Schedule : Foundation.NSRunLoop * string -> unit
override this.Schedule : Foundation.NSRunLoop * string -> unit
Paramètres
- aRunLoop
- NSRunLoop
- forMode
- String
- Attributs
S’applique à
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