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

EndDeletePolicyVersion() public method

Finishes the asynchronous execution of the DeletePolicyVersion operation.
public EndDeletePolicyVersion ( IAsyncResult asyncResult ) : DeletePolicyVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePolicyVersion.
return DeletePolicyVersionResponse
        public  DeletePolicyVersionResponse EndDeletePolicyVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<DeletePolicyVersionResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient