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

EndGetAccountPasswordPolicy() public method

Finishes the asynchronous execution of the GetAccountPasswordPolicy operation.
public EndGetAccountPasswordPolicy ( IAsyncResult asyncResult ) : GetAccountPasswordPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAccountPasswordPolicy.
return Amazon.IdentityManagement.Model.GetAccountPasswordPolicyResponse
        public  GetAccountPasswordPolicyResponse EndGetAccountPasswordPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<GetAccountPasswordPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient