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

UpdateConfigurationSetEventDestinationAsync() public method

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

            return InvokeAsync<UpdateConfigurationSetEventDestinationRequest,UpdateConfigurationSetEventDestinationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::UpdateConfigurationSetEventDestinationAsync ( UpdateConfigurationSetEventDestinationRequest request, UpdateConfigurationSetEventDestinationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient