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

EndDescribeStackEvents() public method

Finishes the asynchronous execution of the DescribeStackEvents operation.
public EndDescribeStackEvents ( IAsyncResult asyncResult ) : DescribeStackEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackEvents.
return DescribeStackEventsResponse
        public  DescribeStackEventsResponse EndDescribeStackEvents(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeStackEventsResponse>(asyncResult);
        }
AmazonCloudFormationClient