NSFileHandle.WaitForDataInBackground Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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