ConversationalAgentSession.GetCurrentSessionSync 方法

定义

同步检索对当前 ConversationalAgentSession 的引用。

重要

为了避免可能的并发问题,建议改用 GetCurrentSessionAsync

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

返回

对当前 ConversationalAgentSession 的引用。

适用于

另请参阅