Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndListLaunchPaths C# (CSharp) Method

EndListLaunchPaths() public method

Finishes the asynchronous execution of the ListLaunchPaths operation.
public EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLaunchPaths.
return ListLaunchPathsResponse
        public  ListLaunchPathsResponse EndListLaunchPaths(IAsyncResult asyncResult)
        {
            return EndInvoke<ListLaunchPathsResponse>(asyncResult);
        }
AmazonServiceCatalogClient