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

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

Initiates the asynchronous execution of the SetAlarmState operation.
public BeginSetAlarmState ( SetAlarmStateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudWatch.Model.SetAlarmStateRequest Container for the necessary parameters to execute the SetAlarmState operation on AmazonCloudWatchClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginSetAlarmState(SetAlarmStateRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new SetAlarmStateRequestMarshaller();
            var unmarshaller = SetAlarmStateResponseUnmarshaller.Instance;

            return BeginInvoke<SetAlarmStateRequest>(request, marshaller, unmarshaller,
                callback, state);
        }