NSFileHandle.ReadInBackground 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
ReadInBackground() | |
ReadInBackground(NSRunLoopMode[]) | |
ReadInBackground(NSString[]) |
ReadInBackground()
[Foundation.Export("readInBackgroundAndNotify")]
public virtual void ReadInBackground ();
abstract member ReadInBackground : unit -> unit
override this.ReadInBackground : unit -> unit
- Attributs
S’applique à
ReadInBackground(NSRunLoopMode[])
public void ReadInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadInBackground : Foundation.NSRunLoopMode[] -> unit
Paramètres
- notifyRunLoopModes
- NSRunLoopMode[]
S’applique à
ReadInBackground(NSString[])
[Foundation.Export("readInBackgroundAndNotifyForModes:")]
public virtual void ReadInBackground (Foundation.NSString[] notifyRunLoopModes);
abstract member ReadInBackground : Foundation.NSString[] -> unit
override this.ReadInBackground : Foundation.NSString[] -> unit
Paramètres
- notifyRunLoopModes
- NSString[]
- Attributs