NSFileHandle.ReadToEndOfFileInBackground 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
ReadToEndOfFileInBackground(NSString[]) | |
ReadToEndOfFileInBackground(NSRunLoopMode[]) | |
ReadToEndOfFileInBackground() |
ReadToEndOfFileInBackground(NSString[])
[Foundation.Export("readToEndOfFileInBackgroundAndNotifyForModes:")]
public virtual void ReadToEndOfFileInBackground (Foundation.NSString[] notifyRunLoopModes);
abstract member ReadToEndOfFileInBackground : Foundation.NSString[] -> unit
override this.ReadToEndOfFileInBackground : Foundation.NSString[] -> unit
Parâmetros
- notifyRunLoopModes
- NSString[]
- Atributos
Aplica-se a
ReadToEndOfFileInBackground(NSRunLoopMode[])
public void ReadToEndOfFileInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadToEndOfFileInBackground : Foundation.NSRunLoopMode[] -> unit
Parâmetros
- notifyRunLoopModes
- NSRunLoopMode[]
Aplica-se a
ReadToEndOfFileInBackground()
[Foundation.Export("readToEndOfFileInBackgroundAndNotify")]
public virtual void ReadToEndOfFileInBackground ();
abstract member ReadToEndOfFileInBackground : unit -> unit
override this.ReadToEndOfFileInBackground : unit -> unit
- Atributos