Amazon.AutoScaling.AmazonAutoScalingClient.BeginEnterStandby C# (CSharp) Method

BeginEnterStandby() public method

Initiates the asynchronous execution of the EnterStandby operation.
public BeginEnterStandby ( EnterStandbyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request EnterStandbyRequest Container for the necessary parameters to execute the EnterStandby 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.
return IAsyncResult
        public IAsyncResult BeginEnterStandby(EnterStandbyRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new EnterStandbyRequestMarshaller();
            var unmarshaller = EnterStandbyResponseUnmarshaller.Instance;

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