Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DescribeWorkflowExecution C# (CSharp) Метод

DescribeWorkflowExecution() приватный Метод

private DescribeWorkflowExecution ( DescribeWorkflowExecutionRequest request ) : DescribeWorkflowExecutionResponse
request Amazon.SimpleWorkflow.Model.DescribeWorkflowExecutionRequest
Результат Amazon.SimpleWorkflow.Model.DescribeWorkflowExecutionResponse
        internal DescribeWorkflowExecutionResponse DescribeWorkflowExecution(DescribeWorkflowExecutionRequest request)
        {
            var marshaller = new DescribeWorkflowExecutionRequestMarshaller();
            var unmarshaller = DescribeWorkflowExecutionResponseUnmarshaller.Instance;

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