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

EndChangePassword() public method

Finishes the asynchronous execution of the ChangePassword operation.
public EndChangePassword ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.ChangePasswordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginChangePassword.
return Amazon.IdentityManagement.Model.ChangePasswordResponse
        public  ChangePasswordResponse EndChangePassword(IAsyncResult asyncResult)
        {
            return EndInvoke<ChangePasswordResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient