Amazon.Lightsail.AmazonLightsailClient.EndCreateDomain C# (CSharp) Method

EndCreateDomain() public method

Finishes the asynchronous execution of the CreateDomain operation.
public EndCreateDomain ( IAsyncResult asyncResult ) : CreateDomainResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDomain.
return Amazon.Lightsail.Model.CreateDomainResponse
        public  CreateDomainResponse EndCreateDomain(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDomainResponse>(asyncResult);
        }
AmazonLightsailClient