Amazon.Lightsail.AmazonLightsailClient.DeleteDomainEntryAsync C# (CSharp) Метод

DeleteDomainEntryAsync() публичный Метод

Initiates the asynchronous execution of the DeleteDomainEntry operation.
public DeleteDomainEntryAsync ( DeleteDomainEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.DeleteDomainEntryRequest Container for the necessary parameters to execute the DeleteDomainEntry operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteDomainEntryResponse> DeleteDomainEntryAsync(DeleteDomainEntryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteDomainEntryRequestMarshaller();
            var unmarshaller = DeleteDomainEntryResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteDomainEntryRequest,DeleteDomainEntryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient