Class MasterService
- Namespace
- Dynamicweb.LoadBalancing.Service
- Assembly
- Dynamicweb.Core.dll
This service handles all external communication of commands to other nodes in the cluster.
public sealed class MasterService
- Inheritance
-
MasterService
- Inherited Members
Properties
Timeout
public static TimeSpan Timeout { get; }
Property Value
Methods
BroadcastChanges()
Broadcasts all changes enqueued to all connected nodes.
public void BroadcastChanges()
EnqueueChange(string, string)
Enqueues a command to be sent to connected nodes.
public void EnqueueChange(string serviceName, string commandValue)