Amazon.KinesisFirehose.AmazonKinesisFirehoseClient.UpdateDestinationAsync C# (CSharp) Method

UpdateDestinationAsync() public method

Initiates the asynchronous execution of the UpdateDestination operation.
public UpdateDestinationAsync ( UpdateDestinationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisFirehose.Model.UpdateDestinationRequest Container for the necessary parameters to execute the UpdateDestination operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateDestinationResponse> UpdateDestinationAsync(UpdateDestinationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateDestinationRequestMarshaller();
            var unmarshaller = UpdateDestinationResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateDestinationRequest,UpdateDestinationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKinesisFirehoseClient::UpdateDestinationAsync ( UpdateDestinationRequest request, UpdateDestinationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void