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