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

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

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