MonobjcMonobjc Documented Class Library
AcceptConnectionInBackgroundAndNotifyForModes Method (modes)
NamespacesMonobjc.FoundationNSFileHandleAcceptConnectionInBackgroundAndNotifyForModes(NSArray)

Accepts a socket connection (for stream-type sockets only) in the background and creates a file handle for the “near” (client) end of the communications channel.

Original signature is '- (void)acceptConnectionInBackgroundAndNotifyForModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AcceptConnectionInBackgroundAndNotifyForModes(
	NSArray modes
)
Public Overridable Sub AcceptConnectionInBackgroundAndNotifyForModes ( _
	modes As NSArray _
)
public:
virtual void AcceptConnectionInBackgroundAndNotifyForModes(
	NSArray^ modes
)
Parameters
modes (NSArray)
The runloop modes in which the connection accepted notification can be posted.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)