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

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

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

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