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

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

Initiates the asynchronous execution of the GetDomain operation.
public BeginGetDomain ( GetDomainRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.GetDomainRequest Container for the necessary parameters to execute the GetDomain operation on AmazonLightsailClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginGetDomain(GetDomainRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetDomainRequestMarshaller();
            var unmarshaller = GetDomainResponseUnmarshaller.Instance;

            return BeginInvoke<GetDomainRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonLightsailClient