Contains the response data from the CountOpenWorkflowExecutions operation.
상속: Amazon.Runtime.AmazonWebServiceResponse
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CountOpenWorkflowExecutionsResponse response = new CountOpenWorkflowExecutionsResponse();

            response.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.Instance.Unmarshall(context);

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

              context.Read();
              response.CountOpenWorkflowExecutionsResult = CountOpenWorkflowExecutionsResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,CountOpenWorkflowExecutionsResponse response)
 {                   
   response.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }