ProcessingReportT Class

Processing results report object.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class ProcessingReport<T> : IDeepCloneable
where T : class, IDeepCloneable
Inheritance
Object    ProcessingReportT
Derived
Implements
IDeepCloneable

Type Parameters

T
Object type held by the report.

Constructors

ProcessingReportT Self initializing default constructor.
ProcessingReportT(ProcessingReportT) Self initializing constructor.

Properties

Active Holds active items, already delegated that are actively processing.
Cancelled Holds items that have been canceled before completion.
Completed Holds items that have completed processing.
Failed Holds items that failed during processing.
TotalCount Total items held by this report.

Methods

CloneDictionaryTKey, TValue Deep clones a dictionary,
DeepClone Clones the report for read access. - Note you should not attempt to update this report, as it is a clone copy and - any updates made will not be persisted to the original report.

See Also