|
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.
Inheritance Hierarchy
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic class CloneContainer<T>
where T : class, IDeepCloneable
Type Parameters
- T
- Deep clone-able value type.
The CloneContainerT type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Value |
Public access to a clone of the underlying data value.
|
Top
Methods
Events
| Name | Description |
---|
 | DataSet |
Event fired each time the data is set.
|
Top
See Also