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

EndListChangeSets() public method

Finishes the asynchronous execution of the ListChangeSets operation.
public EndListChangeSets ( IAsyncResult asyncResult ) : ListChangeSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListChangeSets.
return ListChangeSetsResponse
        public  ListChangeSetsResponse EndListChangeSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListChangeSetsResponse>(asyncResult);
        }
AmazonCloudFormationClient