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

EndDescribeStackResource() public method

Finishes the asynchronous execution of the DescribeStackResource operation.
public EndDescribeStackResource ( IAsyncResult asyncResult ) : DescribeStackResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackResource.
return DescribeStackResourceResponse
        public  DescribeStackResourceResponse EndDescribeStackResource(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeStackResourceResponse>(asyncResult);
        }
AmazonCloudFormationClient