Amazon.Route53.AmazonRoute53Client.BeginDeleteHostedZone C# (CSharp) Method

BeginDeleteHostedZone() public method

Initiates the asynchronous execution of the DeleteHostedZone operation.
public BeginDeleteHostedZone ( DeleteHostedZoneRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteHostedZoneRequest Container for the necessary parameters to execute the DeleteHostedZone operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginDeleteHostedZone(DeleteHostedZoneRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeleteHostedZoneRequestMarshaller();
            var unmarshaller = DeleteHostedZoneResponseUnmarshaller.Instance;

            return BeginInvoke<DeleteHostedZoneRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonRoute53Client