Amazon.OpsWorks.AmazonOpsWorksClient.EndSetTimeBasedAutoScaling C# (CSharp) Method

EndSetTimeBasedAutoScaling() public method

Finishes the asynchronous execution of the SetTimeBasedAutoScaling operation.
public EndSetTimeBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetTimeBasedAutoScaling.
return Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse
        public  SetTimeBasedAutoScalingResponse EndSetTimeBasedAutoScaling(IAsyncResult asyncResult)
        {
            return EndInvoke<SetTimeBasedAutoScalingResponse>(asyncResult);
        }
AmazonOpsWorksClient