Instance Method インスタンスメソッド

createConversationForConnection:

Returns an arbitrary object identifying a new conversation being created for the connection in the current thread. ある随意のオブジェクトを返します、現在のスレッドにおいて接続に対して作成されている新しい接続を識別しています。

Declaration 宣言

- (id)createConversationForConnection:(NSConnection *)conn;

Parameters パラメータ

conn

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. ある随意のオブジェクト、それは現在のスレッドにおいて接続に対して作成されている新しい接続を識別しています。

Discussion 議論

New conversations are created only if independentConversationQueueing is YES for conn. If you do not implement this method, NSConnection object creates an instance of NSObject. 新しい対話は、independentConversationQueueingconnに対してYESである場合にのみ作成されます。あなたがこのメソッドを実装しないならば、NSConnectionオブジェクトはNSObjectのインスタンスを作成します。

See Also 参照

Responding to a Connection 接続に応答する

Related Documentation 関連文書