다음을 통해 공유


ConnectedServiceGrid.CreateAuthenticatorAsync 메서드

정의

사용자가 서비스에 로그인할 수 있도록 하는 ConnectedServiceAuthenticator를 만듭니다.

public:
 virtual System::Threading::Tasks::Task<Microsoft::VisualStudio::ConnectedServices::ConnectedServiceAuthenticator ^> ^ CreateAuthenticatorAsync();
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceAuthenticator> CreateAuthenticatorAsync ();
abstract member CreateAuthenticatorAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceAuthenticator>
override this.CreateAuthenticatorAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceAuthenticator>
Public Overridable Function CreateAuthenticatorAsync () As Task(Of ConnectedServiceAuthenticator)

반환

ConnectedServiceAuthenticator는 instance, 공급자가 인증을 사용할 필요가 없는 경우 null입니다.

설명

연결된 서비스 코어는 대화 상자가 닫혀 있을 때 이 instance Dispose()를 호출합니다.

적용 대상