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