Amazon.StepFunctions.AmazonStepFunctionsClient.EndListExecutions C# (CSharp) Method

EndListExecutions() public method

Finishes the asynchronous execution of the ListExecutions operation.
public EndListExecutions ( IAsyncResult asyncResult ) : ListExecutionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListExecutions.
return Amazon.StepFunctions.Model.ListExecutionsResponse
        public  ListExecutionsResponse EndListExecutions(IAsyncResult asyncResult)
        {
            return EndInvoke<ListExecutionsResponse>(asyncResult);
        }