- createConversationForConnection:
Returns an arbitrary object identifying a new conversation being created for the connection in the current thread.
ある随意のオブジェクトを返します、現在のスレッドにおいて接続に対して作成されている新しい接続を識別しています。
Availability 有効性
Technology
+ (id)currentConversation;
A token object representing any conversation in progress in the current thread, or nil
if there is no conversation in progress.
現在のスレッドにおける進行中の任意の対話を表しているトークンオブジェクト、またはnil
、もし進行中の対話がないならば。
- createConversationForConnection: