Table of Contents

Interface ITaskProvider

Namespace
Dynamicweb.Indexing.Repositories.Tasks
Assembly
Dynamicweb.Core.dll

Defines task provider operations

public interface ITaskProvider

Properties

Parameters

Gets or sets parameters

IDictionary<string, string> Parameters { get; set; }

Property Value

IDictionary<string, string>

Repository

Gets or sets repository

string Repository { get; set; }

Property Value

string

Methods

RunTask()

Runs task

void RunTask()
To top