Amazon.Lightsail.AmazonLightsailClient.UpdateDomainEntryAsync C# (CSharp) Method

UpdateDomainEntryAsync() public method

Initiates the asynchronous execution of the UpdateDomainEntry operation.
public UpdateDomainEntryAsync ( UpdateDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.UpdateDomainEntryRequest Container for the necessary parameters to execute the UpdateDomainEntry operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateDomainEntryResponse> UpdateDomainEntryAsync(UpdateDomainEntryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateDomainEntryRequestMarshaller();
            var unmarshaller = UpdateDomainEntryResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateDomainEntryRequest,UpdateDomainEntryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient