Click or drag to resize

ElevatedBaseActionRunElevatedIfEnabledT Method (FuncT)

Namespace:  Colygon.MatchPoint.WorkflowKit.Actions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
protected T RunElevatedIfEnabled<T>(
	Func<T> action
)

Parameters

action
Type: SystemFuncT

Type Parameters

T

Return Value

Type: T
See Also