Removes Booting event, backports lazy changes for PublishedSnapshotService from v9.

This commit is contained in:
Shannon
2021-05-24 12:32:57 -07:00
parent 43ee6f288e
commit be3bfe1b63
3 changed files with 119 additions and 110 deletions

View File

@@ -12,10 +12,5 @@ namespace Umbraco.Core.Sync
/// </summary>
/// <returns></returns>
SyncBootState GetSyncBootState();
/// <summary>
/// Raised when the boot state is known
/// </summary>
event EventHandler<SyncBootState> Booting; // TODO: This should be removed in netcore
}
}