Amazon.Route53Domains.AmazonRoute53DomainsClient.GetDomainDetailAsync C# (CSharp) Method

GetDomainDetailAsync() public method

Initiates the asynchronous execution of the GetDomainDetail operation.
public GetDomainDetailAsync ( Amazon.Route53Domains.Model.GetDomainDetailRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Route53Domains.Model.GetDomainDetailRequest Container for the necessary parameters to execute the GetDomainDetail operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetDomainDetailResponse> GetDomainDetailAsync(GetDomainDetailRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetDomainDetailRequestMarshaller();
            var unmarshaller = GetDomainDetailResponseUnmarshaller.Instance;

            return InvokeAsync<GetDomainDetailRequest,GetDomainDetailResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53DomainsClient