Compartilhar via


ConversationalAgentSession.GetCurrentSessionSync Método

Definição

Recupera de forma síncrona uma referência à ConversationalAgentSession atual.

Importante

Para evitar possíveis problemas de simultaneidade, recomendamos usar GetCurrentSessionAsync .

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

Retornos

Uma referência à ConversationalAgentSession atual.

Aplica-se a

Confira também