Amazon.Lightsail.AmazonLightsailClient.EndDetachStaticIp C# (CSharp) Метод

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

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