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

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

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