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