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