ConversationalAgentSession.GetCurrentSessionSync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère de façon synchrone une référence à la ConversationalAgentSession actuelle.
Important
Pour éviter d’éventuels problèmes d’accès concurrentiel, nous vous recommandons d’utiliser GetCurrentSessionAsync à la place.
public:
static ConversationalAgentSession ^ GetCurrentSessionSync();
static ConversationalAgentSession GetCurrentSessionSync();
public static ConversationalAgentSession GetCurrentSessionSync();
function getCurrentSessionSync()
Public Shared Function GetCurrentSessionSync () As ConversationalAgentSession
Retours
Référence à la ConversationalAgentSession actuelle.