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

EndGetBundles() 공개 메소드

Finishes the asynchronous execution of the GetBundles operation.
public EndGetBundles ( IAsyncResult asyncResult ) : GetBundlesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBundles.
리턴 Amazon.Lightsail.Model.GetBundlesResponse
        public  GetBundlesResponse EndGetBundles(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBundlesResponse>(asyncResult);
        }
AmazonLightsailClient