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

EndReleaseStaticIp() public method

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