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

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

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

            return InvokeAsync<GetHostedZoneCountRequest,GetHostedZoneCountResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonRoute53Client::GetHostedZoneCountAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonRoute53Client