Table of Contents

Class LoadBalancingUpdateProvider

Namespace
Dynamicweb.LoadBalancing.Updates
Assembly
Dynamicweb.Core.dll
public sealed class LoadBalancingUpdateProvider : UpdateProvider
Inheritance
LoadBalancingUpdateProvider
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top