Amazon.AutoScaling.AmazonAutoScalingClient.EndSetInstanceProtection C# (CSharp) Method

EndSetInstanceProtection() public method

Finishes the asynchronous execution of the SetInstanceProtection operation.
public EndSetInstanceProtection ( IAsyncResult asyncResult ) : SetInstanceProtectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetInstanceProtection.
return SetInstanceProtectionResponse
        public  SetInstanceProtectionResponse EndSetInstanceProtection(IAsyncResult asyncResult)
        {
            return EndInvoke<SetInstanceProtectionResponse>(asyncResult);
        }
AmazonAutoScalingClient