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