Table of Contents

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

TimeSpan

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)

Parameters

serviceName string

Name of service used to invalidate

commandValue string

Value passed to the service

To top