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);
        }