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