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

EndDescribeStackResources() public méthode

Finishes the asynchronous execution of the DescribeStackResources operation.
public EndDescribeStackResources ( IAsyncResult asyncResult ) : DescribeStackResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackResources.
Résultat DescribeStackResourcesResponse
        public  DescribeStackResourcesResponse EndDescribeStackResources(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeStackResourcesResponse>(asyncResult);
        }
AmazonCloudFormationClient