Table of Contents

Class ActivePassive

Namespace
Dynamicweb.Indexing.Balancing
Assembly
Dynamicweb.Core.dll

Represents ActivePassive index balancer class

[DataContract]
public class ActivePassive : IIndexBalancer
Inheritance
ActivePassive
Implements
Inherited Members

Properties

Index

Gets or sets index

public IIndex? Index { get; set; }

Property Value

IIndex

Type

Gets the fullname of the type

[DataMember]
public string Type { get; }

Property Value

string

Methods

GetInstance()

Gets index provider instance

public IIndexProvider? GetInstance()

Returns

IIndexProvider

SetInstance(string)

Sets active instance

public void SetInstance(string name)

Parameters

name string
To top