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