Click or drag to resize
ElevatedBaseActionRunElevatedIfEnabledT Method (FuncT)

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

Parameters

action
Type: SystemFuncT

Type Parameters

T

Return Value

Type: T
See Also