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