Amazon.CloudFormation.AmazonCloudFormationClient.EndDescribeStackResources C# (CSharp) Method

EndDescribeStackResources() public method

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