RecroGridOnRGProcessInitAsync Method

Custom initialization in client callback case.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.5.0.24.0221.1
C#
protected virtual Task OnRGProcessInitAsync(
	RecroGridRGServiceParams param
)

Parameters

param  RecroGridRGServiceParams
The parameters coming from the client.

Return Value

Task

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.OnRGProcessInitAsync(Recrovit.RecroGridFramework.RecroGrid.RGServiceParams)"]

See Also