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

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

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