RgListHandler.CallCustomFunctionAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Handlers
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.15.0.11230
C#
public Task<RgfResult<RgfCustomFunctionResult>> CallCustomFunctionAsync(
	string functionName,
	bool requireQueryParams = false,
	Dictionary<string, Object>? customParams = null,
	RgfEntityKey? entityKey = null
)

Parameters

functionName  String
 
requireQueryParams  Boolean  (Optional)
 
customParams  Dictionary<String, Object>  (Optional)
 
entityKey  RgfEntityKey  (Optional)
 

Return Value

Task<RgfResult<RgfCustomFunctionResult>>

Implements

IRgListHandler.CallCustomFunctionAsync(String, Boolean, Dictionary<String, Object>, RgfEntityKey)

See Also