Amazon.Lightsail.AmazonLightsailClient.EndDeleteDomain C# (CSharp) 메소드

EndDeleteDomain() 공개 메소드

Finishes the asynchronous execution of the DeleteDomain operation.
public EndDeleteDomain ( IAsyncResult asyncResult ) : DeleteDomainResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDomain.
리턴 Amazon.Lightsail.Model.DeleteDomainResponse
        public  DeleteDomainResponse EndDeleteDomain(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDomainResponse>(asyncResult);
        }
AmazonLightsailClient