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

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

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