Table of Contents

Interface IRecalculationService

Namespace
The.Web.Shell
Assembly
Instagile.Web.Client.dll
public interface IRecalculationService

Properties

IsCancelling

bool IsCancelling { get; }

Property Value

bool

IsRunning

bool IsRunning { get; }

Property Value

bool

Methods

Cancel()

void Cancel()

Start(IEnumerable<IEntityInfo>?)

void Start(IEnumerable<IEntityInfo>? types = null)

Parameters

types IEnumerable<IEntityInfo>

Subscribe(IProgress<Status>)

void Subscribe(IProgress<Status> progress)

Parameters

progress IProgress<Status>

Unsubscribe(IProgress<Status>)

void Unsubscribe(IProgress<Status> progress)

Parameters

progress IProgress<Status>