Refactor distributed cache & merge Shazwazza's DataBaseServerMessenger

This commit is contained in:
Stephan
2015-03-04 12:16:28 +01:00
parent 99598ec060
commit 46fdd605ae
50 changed files with 2506 additions and 1834 deletions

View File

@@ -3,10 +3,13 @@
namespace Umbraco.Core.Sync
{
/// <summary>
/// An interface exposing a server address to use for server syncing
/// Provides the address of a server.
/// </summary>
public interface IServerAddress
{
/// <summary>
/// Gets the server address.
/// </summary>
string ServerAddress { get; }
//TODO : Should probably add things like port, protocol, server name, app id