Amazon.CloudWatch.AmazonCloudWatchClient.EndEnableAlarmActions C# (CSharp) Method

EndEnableAlarmActions() public method

Finishes the asynchronous execution of the EnableAlarmActions operation.
public EndEnableAlarmActions ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.EnableAlarmActionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableAlarmActions.
return Amazon.CloudWatch.Model.EnableAlarmActionsResponse
        public  EnableAlarmActionsResponse EndEnableAlarmActions(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableAlarmActionsResponse>(asyncResult);
        }