NSFileHandle.ReadInBackground Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ReadInBackground() | |
ReadInBackground(NSRunLoopMode[]) | |
ReadInBackground(NSString[]) |
ReadInBackground()
[Foundation.Export("readInBackgroundAndNotify")]
public virtual void ReadInBackground ();
abstract member ReadInBackground : unit -> unit
override this.ReadInBackground : unit -> unit
- Atributos
Aplica-se a
ReadInBackground(NSRunLoopMode[])
public void ReadInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadInBackground : Foundation.NSRunLoopMode[] -> unit
Parâmetros
- notifyRunLoopModes
- NSRunLoopMode[]
Aplica-se a
ReadInBackground(NSString[])
[Foundation.Export("readInBackgroundAndNotifyForModes:")]
public virtual void ReadInBackground (Foundation.NSString[] notifyRunLoopModes);
abstract member ReadInBackground : Foundation.NSString[] -> unit
override this.ReadInBackground : Foundation.NSString[] -> unit
Parâmetros
- notifyRunLoopModes
- NSString[]
- Atributos