NSFileHandle.WaitForDataInBackground Method

Definition

Overloads

WaitForDataInBackground()
WaitForDataInBackground(NSRunLoopMode[])
WaitForDataInBackground(NSString[])

WaitForDataInBackground()

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

Applies to

WaitForDataInBackground(NSRunLoopMode[])

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

Parameters

notifyRunLoopModes
NSRunLoopMode[]

Applies to

WaitForDataInBackground(NSString[])

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

Parameters

notifyRunLoopModes
NSString[]
Attributes

Applies to