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

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

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

            return InvokeAsync<GetHostedZoneRequest,GetHostedZoneResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53Client