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