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