 | ThreadLooseLockNameGlobal method |
Locks an object internally assigned to the transferred name.
The entry with the name and object is created beforehand if necessary.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
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 globally blocked via an assigned object.
See also