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

DeleteIdentityAsync() public method

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

            return InvokeAsync<DeleteIdentityRequest,DeleteIdentityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::DeleteIdentityAsync ( DeleteIdentityRequest request, DeleteIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient