NSFileHandle.ReadToEndOfFileInBackground 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
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
Parameters
- notifyRunLoopModes
- NSString[]
- Attributes
Applies to
ReadToEndOfFileInBackground(NSRunLoopMode[])
public void ReadToEndOfFileInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadToEndOfFileInBackground : Foundation.NSRunLoopMode[] -> unit
Parameters
- notifyRunLoopModes
- NSRunLoopMode[]
Applies to
ReadToEndOfFileInBackground()
[Foundation.Export("readToEndOfFileInBackgroundAndNotify")]
public virtual void ReadToEndOfFileInBackground ();
abstract member ReadToEndOfFileInBackground : unit -> unit
override this.ReadToEndOfFileInBackground : unit -> unit
- Attributes