Amazon.AutoScaling.AmazonAutoScalingClient.EndSetInstanceProtection C# (CSharp) 메소드

EndSetInstanceProtection() 공개 메소드

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