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

BeginDescribeAutoScalingNotificationTypes() public method

Initiates the asynchronous execution of the DescribeAutoScalingNotificationTypes operation.
public BeginDescribeAutoScalingNotificationTypes ( DescribeAutoScalingNotificationTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeAutoScalingNotificationTypesRequest Container for the necessary parameters to execute the DescribeAutoScalingNotificationTypes 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 BeginDescribeAutoScalingNotificationTypes(DescribeAutoScalingNotificationTypesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeAutoScalingNotificationTypesRequestMarshaller();
            var unmarshaller = DescribeAutoScalingNotificationTypesResponseUnmarshaller.Instance;

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