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

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

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