Amazon.Lightsail.AmazonLightsailClient.EndAllocateStaticIp C# (CSharp) Метод

EndAllocateStaticIp() публичный Метод

Finishes the asynchronous execution of the AllocateStaticIp operation.
public EndAllocateStaticIp ( IAsyncResult asyncResult ) : AllocateStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocateStaticIp.
Результат Amazon.Lightsail.Model.AllocateStaticIpResponse
        public  AllocateStaticIpResponse EndAllocateStaticIp(IAsyncResult asyncResult)
        {
            return EndInvoke<AllocateStaticIpResponse>(asyncResult);
        }
AmazonLightsailClient