xApplication.runInstanceMethodInLock 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.
Overloads
runInstanceMethodInLock(String, Object, String, Object[]) | |
runInstanceMethodInLock(String, Object, String) |
runInstanceMethodInLock(String, Object, String, Object[])
public:
virtual System::Object ^ runInstanceMethodInLock(System::String ^ _lockKey, System::Object ^ _callingObject, System::String ^ _methodToRun, cli::array <System::Object ^> ^ _varArgs);
public virtual object runInstanceMethodInLock (string _lockKey, object _callingObject, string _methodToRun, object[] _varArgs);
abstract member runInstanceMethodInLock : string * obj * string * obj[] -> obj
override this.runInstanceMethodInLock : string * obj * string * obj[] -> obj
Public Overridable Function runInstanceMethodInLock (_lockKey As String, _callingObject As Object, _methodToRun As String, _varArgs As Object()) As Object
Parameters
- _lockKey
- String
- _callingObject
- Object
- _methodToRun
- String
- _varArgs
- Object[]
Returns
Applies to
runInstanceMethodInLock(String, Object, String)
public:
virtual System::Object ^ runInstanceMethodInLock(System::String ^ _lockKey, System::Object ^ _callingObject, System::String ^ _methodToRun);
public virtual object runInstanceMethodInLock (string _lockKey, object _callingObject, string _methodToRun);
abstract member runInstanceMethodInLock : string * obj * string -> obj
override this.runInstanceMethodInLock : string * obj * string -> obj
Public Overridable Function runInstanceMethodInLock (_lockKey As String, _callingObject As Object, _methodToRun As String) As Object
Parameters
- _lockKey
- String
- _callingObject
- Object
- _methodToRun
- String