Amazon.CloudFormation.AmazonCloudFormationClient.EndEstimateTemplateCost C# (CSharp) Méthode

EndEstimateTemplateCost() public méthode

Finishes the asynchronous execution of the EstimateTemplateCost operation.
public EndEstimateTemplateCost ( IAsyncResult asyncResult ) : EstimateTemplateCostResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEstimateTemplateCost.
Résultat EstimateTemplateCostResponse
        public  EstimateTemplateCostResponse EndEstimateTemplateCost(IAsyncResult asyncResult)
        {
            return EndInvoke<EstimateTemplateCostResponse>(asyncResult);
        }
AmazonCloudFormationClient