 | WriteBackHandlerApplyWriteBacks Method |
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual void ApplyWriteBacks(
List<WriteBack> list,
Action<string> log
)
Public Overridable Sub ApplyWriteBacks (
list As List(Of WriteBack),
log As Action(Of String)
)
Parameters
- list ListWriteBack
- log ActionString
See Also