Contains the response data from the CountPendingActivityTasks operation.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CountPendingActivityTasksResponse response = new CountPendingActivityTasksResponse();

            response.PendingTaskCount = PendingTaskCountUnmarshaller.Instance.Unmarshall(context);

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

              context.Read();
              response.CountPendingActivityTasksResult = CountPendingActivityTasksResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,CountPendingActivityTasksResponse response)
 {                   
   response.PendingTaskCount = PendingTaskCountUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }