Amazon.AutoScaling.AmazonAutoScalingClient.EndPutLifecycleHook C# (CSharp) Méthode

EndPutLifecycleHook() public méthode

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