Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DescribeWorkflowExecutionResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( JsonUnmarshallerContext context, DescribeWorkflowExecutionResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.DescribeWorkflowExecutionResponse
Результат void
        private static void UnmarshallResult(JsonUnmarshallerContext context,DescribeWorkflowExecutionResponse response)
        {                   
          response.WorkflowExecutionDetail = WorkflowExecutionDetailUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }
        
DescribeWorkflowExecutionResponseUnmarshaller