Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.CountClosedWorkflowExecutionsResponseUnmarshaller.UnmarshallResult C# (CSharp) 메소드

UnmarshallResult() 개인적인 정적인 메소드

private static UnmarshallResult ( JsonUnmarshallerContext context, CountClosedWorkflowExecutionsResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.CountClosedWorkflowExecutionsResponse
리턴 void
        private static void UnmarshallResult(JsonUnmarshallerContext context,CountClosedWorkflowExecutionsResponse response)
        {                   
          response.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }
        
CountClosedWorkflowExecutionsResponseUnmarshaller