다음을 통해 공유


ConversationalAgentSession.GetCurrentSessionAsync 메서드

정의

현재 ConversationalAgentSession에 대한 참조를 비동기적으로 검색합니다.

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)

반환

ConversationalAgentSession으로 비동기 작업의 결과입니다.

특성

적용 대상