public DestroyPoolAction(XenAPI.Pool pool) : base(pool.Connection, string.Format(Messages.DESTROYING_POOL, pool.Name())) { System.Diagnostics.Trace.Assert(pool != null); Pool = pool; this.Description = Messages.WAITING; }
public int CompareTo(PoolMetadata other) { // Sort by the PoolName return(StringUtility.NaturalCompare(Pool.Name(), other.Pool.Name())); }