xApplication.runInLock(String, String, String, Func<Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual System::Object ^ runInLock(System::String ^ _lockKey, System::String ^ _className, System::String ^ _methodName, Func<System::Object ^> ^ _runnable);
protected virtual object runInLock (string _lockKey, string _className, string _methodName, Func<object> _runnable);
abstract member runInLock : string * string * string * Func<obj> -> obj
override this.runInLock : string * string * string * Func<obj> -> obj
Protected Overridable Function runInLock (_lockKey As String, _className As String, _methodName As String, _runnable As Func(Of Object)) As Object
Parameters
- _lockKey
- String
- _className
- String
- _methodName
- String