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