Response Unmarshaller for RegisterWorkflowType operation
Inheritance: JsonResponseUnmarshaller
 public static RegisterWorkflowTypeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new RegisterWorkflowTypeResponseUnmarshaller();
     }
     return(instance);
 }
コード例 #2
0
 public static RegisterWorkflowTypeResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new RegisterWorkflowTypeResponseUnmarshaller();
   }
   return instance;
 }