NSFileHandle.ReadInBackground 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
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