다음을 통해 공유


NSFileHandle.ReadInBackground 메서드

정의

오버로드

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[]
특성

적용 대상