| ControllerBaseExecuteMutexOperationT Method (String, FuncT, Boolean) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxprotected T ExecuteMutexOperation<T>(
string operationName,
Func<T> func,
bool useTimeout = true
)
Parameters
- operationName
- Type: SystemString
- func
- Type: SystemFuncT
- useTimeout (Optional)
- Type: SystemBoolean
Type Parameters
- T
Return Value
Type:
T
See Also