Compartir a través de


NSFileHandle.ReadToEndOfFileInBackground Método

Definición

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

Se aplica a

ReadToEndOfFileInBackground(NSRunLoopMode[])

public void ReadToEndOfFileInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadToEndOfFileInBackground : Foundation.NSRunLoopMode[] -> unit

Parámetros

notifyRunLoopModes
NSRunLoopMode[]

Se aplica a

ReadToEndOfFileInBackground()

[Foundation.Export("readToEndOfFileInBackgroundAndNotify")]
public virtual void ReadToEndOfFileInBackground ();
abstract member ReadToEndOfFileInBackground : unit -> unit
override this.ReadToEndOfFileInBackground : unit -> unit
Atributos

Se aplica a