Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndDeleteIdentityPolicy C# (CSharp) Method

EndDeleteIdentityPolicy() public method

Finishes the asynchronous execution of the DeleteIdentityPolicy operation.
public EndDeleteIdentityPolicy ( IAsyncResult asyncResult ) : DeleteIdentityPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIdentityPolicy.
return DeleteIdentityPolicyResponse
        public  DeleteIdentityPolicyResponse EndDeleteIdentityPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteIdentityPolicyResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient