Click or drag to resize

ControllerBaseExecuteMutexOperation Method (String, Action, Boolean)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual bool ExecuteMutexOperation(
	string operationName,
	Action action,
	bool useTimeout = true
)

Parameters

operationName
Type: SystemString
action
Type: SystemAction
useTimeout (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also