Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.BeginSetTerminationProtection C# (CSharp) Метод

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

Initiates the asynchronous execution of the SetTerminationProtection operation.
public BeginSetTerminationProtection ( SetTerminationProtectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticMapReduce.Model.SetTerminationProtectionRequest Container for the necessary parameters to execute the SetTerminationProtection operation on AmazonElasticMapReduceClient.
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 BeginSetTerminationProtection(SetTerminationProtectionRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new SetTerminationProtectionRequestMarshaller();
            var unmarshaller = SetTerminationProtectionResponseUnmarshaller.Instance;

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