DataUpdaterT Delegate
Delegate for updating the data value. Receives a clone copy of the data object and returns
the value to be set as the data value. ///
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public delegate T DataUpdater<T>(
T data
)
- data T
- The data value.
- T
- The data type.
TThe updated version of the data.