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

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

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