CloneContainerT Class
Clone values are used to ensure this is thread safe.
- Each
Value read operation returns a clone copy of the data.
- Each
Update(DataUpdaterUTP) call receives a clone copy
- of the data and stores a clone copy of the returned result.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class CloneContainer<T>
where T : class, IDeepCloneable
- Inheritance
- Object CloneContainerT
Type Parameters
- T
- Deep clone-able value type.
Value
|
Public access to a clone of the underlying data value.
|
DataSet
|
Event fired each time the data is set.
|