Response Unmarshaller for DeregisterVolume operation
Inheritance: JsonResponseUnmarshaller
Beispiel #1
0
 public static DeregisterVolumeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeregisterVolumeResponseUnmarshaller();
     }
     return(instance);
 }
 public static DeregisterVolumeResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new DeregisterVolumeResponseUnmarshaller();
   }
   return instance;
 }