Amazon.Lightsail.AmazonLightsailClient.EndDetachStaticIp C# (CSharp) Method

EndDetachStaticIp() public method

Finishes the asynchronous execution of the DetachStaticIp operation.
public EndDetachStaticIp ( IAsyncResult asyncResult ) : DetachStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachStaticIp.
return Amazon.Lightsail.Model.DetachStaticIpResponse
        public  DetachStaticIpResponse EndDetachStaticIp(IAsyncResult asyncResult)
        {
            return EndInvoke<DetachStaticIpResponse>(asyncResult);
        }
AmazonLightsailClient