Amazon.AutoScaling.AmazonAutoScalingClient.BeginSetDesiredCapacity C# (CSharp) Метод

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

Initiates the asynchronous execution of the SetDesiredCapacity operation.
public BeginSetDesiredCapacity ( SetDesiredCapacityRequest request, AsyncCallback callback, object state ) : IAsyncResult
request SetDesiredCapacityRequest Container for the necessary parameters to execute the SetDesiredCapacity operation on AmazonAutoScalingClient.
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 BeginSetDesiredCapacity(SetDesiredCapacityRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new SetDesiredCapacityRequestMarshaller();
            var unmarshaller = SetDesiredCapacityResponseUnmarshaller.Instance;

            return BeginInvoke<SetDesiredCapacityRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonAutoScalingClient