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

CreateConfigurationSetEventDestinationAsync() public method

Initiates the asynchronous execution of the CreateConfigurationSetEventDestination operation.
public CreateConfigurationSetEventDestinationAsync ( CreateConfigurationSetEventDestinationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleEmail.Model.CreateConfigurationSetEventDestinationRequest Container for the necessary parameters to execute the CreateConfigurationSetEventDestination operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<CreateConfigurationSetEventDestinationResponse> CreateConfigurationSetEventDestinationAsync(CreateConfigurationSetEventDestinationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateConfigurationSetEventDestinationRequestMarshaller();
            var unmarshaller = CreateConfigurationSetEventDestinationResponseUnmarshaller.Instance;

            return InvokeAsync<CreateConfigurationSetEventDestinationRequest,CreateConfigurationSetEventDestinationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::CreateConfigurationSetEventDestinationAsync ( CreateConfigurationSetEventDestinationRequest request, CreateConfigurationSetEventDestinationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient