MonobjcMonobjc Documented Class Library
NSConnection..::..CreateConversationForConnectionEventHandler Delegate
NamespacesMonobjc.FoundationNSConnectionNSConnection..::..CreateConversationForConnectionEventHandler

Returns an arbitrary object identifying a new conversation being created for the connection in the current thread.

Original signature is '- (id)createConversationForConnection:(NSConnection *)conn'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate Id CreateConversationForConnectionEventHandler(
	NSConnection conn
)
Public Delegate Function CreateConversationForConnectionEventHandler ( _
	conn As NSConnection _
) As Id
public delegate Id^ CreateConversationForConnectionEventHandler(
	NSConnection^ conn
)
Parameters
conn (NSConnection)
The connection object for which the receiver is the delegate.
Return Value
An arbitrary object identifying a new conversation being created for the connection in the current thread.
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)