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

EndGetStaticIp() 공개 메소드

Finishes the asynchronous execution of the GetStaticIp operation.
public EndGetStaticIp ( IAsyncResult asyncResult ) : GetStaticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStaticIp.
리턴 Amazon.Lightsail.Model.GetStaticIpResponse
        public  GetStaticIpResponse EndGetStaticIp(IAsyncResult asyncResult)
        {
            return EndInvoke<GetStaticIpResponse>(asyncResult);
        }
AmazonLightsailClient