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

EndPutLifecycleHook() public method

Finishes the asynchronous execution of the PutLifecycleHook operation.
public EndPutLifecycleHook ( IAsyncResult asyncResult ) : PutLifecycleHookResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutLifecycleHook.
return PutLifecycleHookResponse
        public  PutLifecycleHookResponse EndPutLifecycleHook(IAsyncResult asyncResult)
        {
            return EndInvoke<PutLifecycleHookResponse>(asyncResult);
        }
AmazonAutoScalingClient