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

EndListStackResources() public method

Finishes the asynchronous execution of the ListStackResources operation.
public EndListStackResources ( IAsyncResult asyncResult ) : ListStackResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStackResources.
return ListStackResourcesResponse
        public  ListStackResourcesResponse EndListStackResources(IAsyncResult asyncResult)
        {
            return EndInvoke<ListStackResourcesResponse>(asyncResult);
        }
AmazonCloudFormationClient