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

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

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