|
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.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic delegate T DataUpdater<T>(
T data
)
Parameters
- data
- Type: T
The data value.
Type Parameters
- T
- The data type.
Return Value
Type:
TThe updated version of the data.
See Also