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

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

Initiates the asynchronous execution of the AttachStaticIp operation.
public BeginAttachStaticIp ( AttachStaticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lightsail.Model.AttachStaticIpRequest Container for the necessary parameters to execute the AttachStaticIp 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 BeginAttachStaticIp(AttachStaticIpRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new AttachStaticIpRequestMarshaller();
            var unmarshaller = AttachStaticIpResponseUnmarshaller.Instance;

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