Amazon.StepFunctions.AmazonStepFunctionsClient.EndGetExecutionHistory C# (CSharp) Méthode

EndGetExecutionHistory() public méthode

Finishes the asynchronous execution of the GetExecutionHistory operation.
public EndGetExecutionHistory ( IAsyncResult asyncResult ) : GetExecutionHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetExecutionHistory.
Résultat Amazon.StepFunctions.Model.GetExecutionHistoryResponse
        public  GetExecutionHistoryResponse EndGetExecutionHistory(IAsyncResult asyncResult)
        {
            return EndInvoke<GetExecutionHistoryResponse>(asyncResult);
        }