Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndListLaunchPaths C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListLaunchPaths operation.
public EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLaunchPaths.
Результат ListLaunchPathsResponse
        public  ListLaunchPathsResponse EndListLaunchPaths(IAsyncResult asyncResult)
        {
            return EndInvoke<ListLaunchPathsResponse>(asyncResult);
        }
AmazonServiceCatalogClient