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.

Definition

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

Type Parameters

T
Deep clone-able value type.

Constructors

CloneContainerT Self initializing constructor.

Properties

Value Public access to a clone of the underlying data value.

Methods

OnDataSet Data set event invocation.

Events

DataSet Event fired each time the data is set.

See Also