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

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

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