NSFileHandle.ReadInBackground Method

Definition

Overloads

ReadInBackground()
ReadInBackground(NSRunLoopMode[])
ReadInBackground(NSString[])

ReadInBackground()

[Foundation.Export("readInBackgroundAndNotify")]
public virtual void ReadInBackground ();
abstract member ReadInBackground : unit -> unit
override this.ReadInBackground : unit -> unit
Attributes

Applies to

ReadInBackground(NSRunLoopMode[])

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

Parameters

notifyRunLoopModes
NSRunLoopMode[]

Applies to

ReadInBackground(NSString[])

[Foundation.Export("readInBackgroundAndNotifyForModes:")]
public virtual void ReadInBackground (Foundation.NSString[] notifyRunLoopModes);
abstract member ReadInBackground : Foundation.NSString[] -> unit
override this.ReadInBackground : Foundation.NSString[] -> unit

Parameters

notifyRunLoopModes
NSString[]
Attributes

Applies to