NSFileHandle.ReadToEndOfFileInBackground Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- notifyRunLoopModes
- NSString[]
- Атрибуты
Применяется к
ReadToEndOfFileInBackground(NSRunLoopMode[])
public void ReadToEndOfFileInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadToEndOfFileInBackground : Foundation.NSRunLoopMode[] -> unit
Параметры
- notifyRunLoopModes
- NSRunLoopMode[]
Применяется к
ReadToEndOfFileInBackground()
[Foundation.Export("readToEndOfFileInBackgroundAndNotify")]
public virtual void ReadToEndOfFileInBackground ();
abstract member ReadToEndOfFileInBackground : unit -> unit
override this.ReadToEndOfFileInBackground : unit -> unit
- Атрибуты