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