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

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

Initiates the asynchronous execution of the DescribeStateMachine operation.
public DescribeStateMachineAsync ( DescribeStateMachineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StepFunctions.Model.DescribeStateMachineRequest Container for the necessary parameters to execute the DescribeStateMachine operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeStateMachineResponse> DescribeStateMachineAsync(DescribeStateMachineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeStateMachineRequestMarshaller();
            var unmarshaller = DescribeStateMachineResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeStateMachineRequest,DescribeStateMachineResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }