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