Interface IRecalculationService
- Namespace
- The.Web.Shell
- Assembly
- Instagile.Web.Client.dll
public interface IRecalculationService
Properties
IsCancelling
bool IsCancelling { get; }
Property Value
- bool
IsRunning
Property Value
- bool
Methods
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>