ConversationalAgentSession.GetCurrentSessionAsync 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 manière asynchrone une référence à conversationalAgentSession actuelle.
public:
static IAsyncOperation<ConversationalAgentSession ^> ^ GetCurrentSessionAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ConversationalAgentSession> GetCurrentSessionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ConversationalAgentSession> GetCurrentSessionAsync();
function getCurrentSessionAsync()
Public Shared Function GetCurrentSessionAsync () As IAsyncOperation(Of ConversationalAgentSession)
Retours
Résultat de l’opération asynchrone en tant que ConversationalAgentSession.
- Attributs