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

DeleteConfigurationSetEventDestinationAsync() public method

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

            return InvokeAsync<DeleteConfigurationSetEventDestinationRequest,DeleteConfigurationSetEventDestinationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::DeleteConfigurationSetEventDestinationAsync ( DeleteConfigurationSetEventDestinationRequest request, DeleteConfigurationSetEventDestinationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient