Amazon.StepFunctions.AmazonStepFunctionsClient.EndListExecutions C# (CSharp) Метод

EndListExecutions() публичный Метод

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