Amazon.Lightsail.AmazonLightsailClient.GetDomainAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the GetDomain operation.
public GetDomainAsync ( GetDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetDomainRequest Container for the necessary parameters to execute the GetDomain operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetDomainResponse> GetDomainAsync(GetDomainRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetDomainRequestMarshaller();
            var unmarshaller = GetDomainResponseUnmarshaller.Instance;

            return InvokeAsync<GetDomainRequest,GetDomainResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient