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