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

DeleteIdentityPolicyAsync() public method

Initiates the asynchronous execution of the DeleteIdentityPolicy operation.
public DeleteIdentityPolicyAsync ( DeleteIdentityPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteIdentityPolicyRequest Container for the necessary parameters to execute the DeleteIdentityPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteIdentityPolicyResponse> DeleteIdentityPolicyAsync(DeleteIdentityPolicyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteIdentityPolicyRequestMarshaller();
            var unmarshaller = DeleteIdentityPolicyResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteIdentityPolicyRequest,DeleteIdentityPolicyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::DeleteIdentityPolicyAsync ( DeleteIdentityPolicyRequest request, DeleteIdentityPolicyResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient