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

EndDeleteIdentity() public method

Finishes the asynchronous execution of the DeleteIdentity operation.
public EndDeleteIdentity ( IAsyncResult asyncResult ) : DeleteIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIdentity.
return DeleteIdentityResponse
        public  DeleteIdentityResponse EndDeleteIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteIdentityResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient