Returns information about the ListClosedWorkflowExecutions response and response metadata.
상속: ListClosedWorkflowExecutionsResult
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListClosedWorkflowExecutionsResponse response = new ListClosedWorkflowExecutionsResponse();

            response.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   ListClosedWorkflowExecutionsResponse response = new ListClosedWorkflowExecutionsResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListClosedWorkflowExecutionsResponse response = new ListClosedWorkflowExecutionsResponse();

              context.Read();
              response.ListClosedWorkflowExecutionsResult = ListClosedWorkflowExecutionsResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,ListClosedWorkflowExecutionsResponse response)
 {                   
   response.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }