Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndGetUser C# (CSharp) 메소드

EndGetUser() 공개 메소드

Finishes the asynchronous execution of the GetUser operation.
public EndGetUser ( IAsyncResult asyncResult ) : GetUserResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUser.
리턴 Amazon.CognitoIdentityProvider.Model.GetUserResponse
        public  GetUserResponse EndGetUser(IAsyncResult asyncResult)
        {
            return EndInvoke<GetUserResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient