Amazon.Route53.AmazonRoute53Client.DeleteHostedZoneAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the DeleteHostedZone operation.
public DeleteHostedZoneAsync ( DeleteHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteHostedZoneRequest Container for the necessary parameters to execute the DeleteHostedZone operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteHostedZoneResponse> DeleteHostedZoneAsync(DeleteHostedZoneRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteHostedZoneRequestMarshaller();
            var unmarshaller = DeleteHostedZoneResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteHostedZoneRequest,DeleteHostedZoneResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53Client