Amazon.Lightsail.AmazonLightsailClient.EndAttachStaticIp C# (CSharp) 메소드

EndAttachStaticIp() 공개 메소드

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