Response Unmarshaller for SetTaskStatus operation
Inheritance: JsonResponseUnmarshaller
 public static SetTaskStatusResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new SetTaskStatusResponseUnmarshaller();
       }
       return instance;
 }
Example #2
0
 public static SetTaskStatusResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new SetTaskStatusResponseUnmarshaller();
     }
     return(instance);
 }