Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndGetUser C# (CSharp) Method

EndGetUser() public method

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