Response Unmarshaller for DeleteServerCertificate operation
Inheritance: XmlResponseUnmarshaller
 public static DeleteServerCertificateResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DeleteServerCertificateResponseUnmarshaller();
     }
     return instance;
 }
Exemplo n.º 2
0
 public static DeleteServerCertificateResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteServerCertificateResponseUnmarshaller();
     }
     return(instance);
 }