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