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

EndListStacks() public method

Finishes the asynchronous execution of the ListStacks operation.
public EndListStacks ( IAsyncResult asyncResult ) : ListStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStacks.
return ListStacksResponse
        public  ListStacksResponse EndListStacks(IAsyncResult asyncResult)
        {
            return EndInvoke<ListStacksResponse>(asyncResult);
        }
AmazonCloudFormationClient