 | ThreadLooseLockNameGlobal method |
Locks an object internally assigned to the transferred name.
The entry with the name and object is created beforehand if necessary.
Namespace: LogicalTaskTreeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void LockNameGlobal(
string name
)
Public Shared Sub LockNameGlobal (
name As String
)
public:
static void LockNameGlobal(
String^ name
)
static member LockNameGlobal :
name : string -> unit
Parameters
- name String
- A name that is to be blocked globally via an assigned object.
See also