NSFileHandle.AcceptConnectionInBackground 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
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