Response Unmarshaller for DisableSnapshotCopy operation
Inheritance: XmlResponseUnmarshaller
示例#1
0
 public static DisableSnapshotCopyResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DisableSnapshotCopyResponseUnmarshaller();
     }
     return(instance);
 }
 public static DisableSnapshotCopyResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DisableSnapshotCopyResponseUnmarshaller();
     }
     return instance;
 }