次の方法で共有


ConversationalAgentSession.GetCurrentSessionSync メソッド

定義

現在の ConversationalAgentSession への参照を同期的に取得します。

重要

コンカレンシーの問題を回避するには、代わりに GetCurrentSessionAsync を使用することをお勧めします。

public:
 static ConversationalAgentSession ^ GetCurrentSessionSync();
 static ConversationalAgentSession GetCurrentSessionSync();
public static ConversationalAgentSession GetCurrentSessionSync();
function getCurrentSessionSync()
Public Shared Function GetCurrentSessionSync () As ConversationalAgentSession

戻り値

現在の ConversationalAgentSession への参照。

適用対象

こちらもご覧ください