/// <summary> /// Creates an instance of <see cref="RestoreProcessorContext"/> /// </summary> /// <param name="item"></param> public RestoreProcessorContext(RestoreQueue item) :base(item.GetKey().Key.ToString()) { Platform.CheckForNullReference(item, "item"); _item = item; }
/// <summary> /// Creates an instance of <see cref="RestoreProcessorContext"/> /// </summary> /// <param name="item"></param> public RestoreProcessorContext(RestoreQueue item) : base(item.GetKey().Key.ToString()) { Platform.CheckForNullReference(item, "item"); _item = item; }