RGDataContext.PostInitialization Method

Custom initialization that can be executed after RGF database initialization. The return value will be displayed on the screen.

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.15.0.25.0306.1
C#
public static void PostInitialization(
	Func<Task<string>> callback
)

Parameters

callback  Func<Task<String>>
The delegate to be executed.

See Also