NSFileHandle.ReadInBackground 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ReadInBackground() | |
ReadInBackground(NSRunLoopMode[]) | |
ReadInBackground(NSString[]) |
ReadInBackground()
[Foundation.Export("readInBackgroundAndNotify")]
public virtual void ReadInBackground ();
abstract member ReadInBackground : unit -> unit
override this.ReadInBackground : unit -> unit
- 屬性
適用於
ReadInBackground(NSRunLoopMode[])
public void ReadInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.ReadInBackground : Foundation.NSRunLoopMode[] -> unit
參數
- notifyRunLoopModes
- NSRunLoopMode[]
適用於
ReadInBackground(NSString[])
[Foundation.Export("readInBackgroundAndNotifyForModes:")]
public virtual void ReadInBackground (Foundation.NSString[] notifyRunLoopModes);
abstract member ReadInBackground : Foundation.NSString[] -> unit
override this.ReadInBackground : Foundation.NSString[] -> unit
參數
- notifyRunLoopModes
- NSString[]
- 屬性