Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DescribeWorkflowExecutionAsync C# (CSharp) Method

DescribeWorkflowExecutionAsync() public method

Initiates the asynchronous execution of the DescribeWorkflowExecution operation.
public DescribeWorkflowExecutionAsync ( DescribeWorkflowExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleWorkflow.Model.DescribeWorkflowExecutionRequest Container for the necessary parameters to execute the DescribeWorkflowExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeWorkflowExecutionResponse> DescribeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeWorkflowExecutionRequestMarshaller();
            var unmarshaller = DescribeWorkflowExecutionResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeWorkflowExecutionRequest,DescribeWorkflowExecutionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient