MonobjcMonobjc Documented Class Library
CreateConversationForConnection Method (conn)
NamespacesMonobjc.FoundationINSConnectionDelegateCreateConversationForConnection(NSConnection)

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++
Id CreateConversationForConnection(
	NSConnection conn
)
Function CreateConversationForConnection ( _
	conn As NSConnection _
) As Id
Id^ CreateConversationForConnection(
	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)