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

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

Finishes the asynchronous execution of the DisableAlarmActions operation.
public EndDisableAlarmActions ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.DisableAlarmActionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableAlarmActions.
Результат Amazon.CloudWatch.Model.DisableAlarmActionsResponse
        public  DisableAlarmActionsResponse EndDisableAlarmActions(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableAlarmActionsResponse>(asyncResult);
        }