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