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

BeginPutLifecycleHook() public method

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

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