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

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

Finishes the asynchronous execution of the PutLifecycleHook operation.
public EndPutLifecycleHook ( IAsyncResult asyncResult ) : PutLifecycleHookResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutLifecycleHook.
Результат PutLifecycleHookResponse
        public  PutLifecycleHookResponse EndPutLifecycleHook(IAsyncResult asyncResult)
        {
            return EndInvoke<PutLifecycleHookResponse>(asyncResult);
        }
AmazonAutoScalingClient