RGDataContext.PostInitialization Method
Custom initialization that can be executed after RGF database initialization.
The return value will be displayed on the screen.
Namespace: Recrovit.RecroGridFramework.DataAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.15.0.25.0306.1
public static void PostInitialization(
Func<Task<string>> callback
)
Parameters
- callback Func<Task<String>>
- The delegate to be executed.