Amazon.Lightsail.AmazonLightsailClient.EndAttachStaticIp C# (CSharp) Méthode

EndAttachStaticIp() public méthode

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