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