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

EndPutScheduledUpdateGroupAction() public méthode

Finishes the asynchronous execution of the PutScheduledUpdateGroupAction operation.
public EndPutScheduledUpdateGroupAction ( IAsyncResult asyncResult ) : PutScheduledUpdateGroupActionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutScheduledUpdateGroupAction.
Résultat PutScheduledUpdateGroupActionResponse
        public  PutScheduledUpdateGroupActionResponse EndPutScheduledUpdateGroupAction(IAsyncResult asyncResult)
        {
            return EndInvoke<PutScheduledUpdateGroupActionResponse>(asyncResult);
        }
AmazonAutoScalingClient