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

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

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

            return InvokeAsync<DeleteDomainRequest,DeleteDomainResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient