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

EndAttachStaticIp() public method

Finishes the asynchronous execution of the AttachStaticIp operation.
public EndAttachStaticIp ( IAsyncResult asyncResult ) : AttachStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachStaticIp.
return Amazon.Lightsail.Model.AttachStaticIpResponse
        public  AttachStaticIpResponse EndAttachStaticIp(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachStaticIpResponse>(asyncResult);
        }
AmazonLightsailClient