Пример #1
0
 public override void InitializeComInterfaces()
 {
     base.InitializeComInterfaces();
     if (this.volumePlex == null)
     {
         this.volumePlex = InteropHelpers.QueryInterface <IVdsVolumePlex>(base.ComUnknown);
         if (this.volumePlex == null)
         {
             throw new VdsException("QueryInterface for IVdsVolumePlex failed.");
         }
     }
 }
Пример #2
0
 public VolumePlex()
 {
     this.refresh    = true;
     this.volumePlex = null;
 }