Editar

Share via


NSFileHandle.AcceptConnectionInBackground Method

Definition

Overloads

AcceptConnectionInBackground()

Accepts a socket connection (for stream-type sockets only) in the background.

AcceptConnectionInBackground(NSRunLoopMode[])
AcceptConnectionInBackground(NSString[])

AcceptConnectionInBackground()

Accepts a socket connection (for stream-type sockets only) in the background.

[Foundation.Export("acceptConnectionInBackgroundAndNotify")]
public virtual void AcceptConnectionInBackground ();
abstract member AcceptConnectionInBackground : unit -> unit
override this.AcceptConnectionInBackground : unit -> unit
Attributes

Applies to

AcceptConnectionInBackground(NSRunLoopMode[])

public void AcceptConnectionInBackground (Foundation.NSRunLoopMode[] notifyRunLoopModes);
member this.AcceptConnectionInBackground : Foundation.NSRunLoopMode[] -> unit

Parameters

notifyRunLoopModes
NSRunLoopMode[]

Applies to

AcceptConnectionInBackground(NSString[])

[Foundation.Export("acceptConnectionInBackgroundAndNotifyForModes:")]
public virtual void AcceptConnectionInBackground (Foundation.NSString[] notifyRunLoopModes);
abstract member AcceptConnectionInBackground : Foundation.NSString[] -> unit
override this.AcceptConnectionInBackground : Foundation.NSString[] -> unit

Parameters

notifyRunLoopModes
NSString[]
Attributes

Applies to