doc BatchedDatabaseServerMessenger startup

This commit is contained in:
Stephan
2015-07-29 11:22:12 +02:00
parent 1eab92b299
commit 308f64a7e2
3 changed files with 28 additions and 23 deletions

View File

@@ -100,7 +100,7 @@ namespace Umbraco.Core.Sync
/// Thread safety: this is NOT thread safe. Because it is NOT meant to run multi-threaded.
/// Callers MUST ensure thread-safety.
/// </remarks>
internal protected void Boot()
protected void Boot()
{
// weight:10, must release *before* the facade service, because once released
// the service will *not* be able to properly handle our notifications anymore