Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndSearchProductsAsAdmin C# (CSharp) 메소드

EndSearchProductsAsAdmin() 공개 메소드

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.
public EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProductsAsAdmin.
리턴 SearchProductsAsAdminResponse
        public  SearchProductsAsAdminResponse EndSearchProductsAsAdmin(IAsyncResult asyncResult)
        {
            return EndInvoke<SearchProductsAsAdminResponse>(asyncResult);
        }
AmazonServiceCatalogClient