![]() |
ProcessingReportT Class |
Namespace: MFiles.VAF.MultiserverMode
public class ProcessingReport<T> : IDeepCloneable where T : class, IDeepCloneable
The ProcessingReportT type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProcessingReportT |
Self initializing default constructor.
|
![]() | ProcessingReportT(ProcessingReportT) |
Self initializing constructor.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() ![]() | 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.
|