Amazon.CloudWatch.AmazonCloudWatchClient.EndEnableAlarmActions C# (CSharp) Метод

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

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.
Результат Amazon.CloudWatch.Model.EnableAlarmActionsResponse
        public  EnableAlarmActionsResponse EndEnableAlarmActions(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableAlarmActionsResponse>(asyncResult);
        }