Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndSetTerminationProtection C# (CSharp) Method

EndSetTerminationProtection() public method

Finishes the asynchronous execution of the SetTerminationProtection operation.
public EndSetTerminationProtection ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.SetTerminationProtectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetTerminationProtection.
return Amazon.ElasticMapReduce.Model.SetTerminationProtectionResponse
        public  SetTerminationProtectionResponse EndSetTerminationProtection(IAsyncResult asyncResult)
        {
            return EndInvoke<SetTerminationProtectionResponse>(asyncResult);
        }
AmazonElasticMapReduceClient