 | ThreadLooseUnlockNameGlobal method |
Unlocks an object internally assigned to the transferred name.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic static void UnlockNameGlobal(
string name
)
Public Shared Sub UnlockNameGlobal (
name As String
)
public:
static void UnlockNameGlobal(
String^ name
)
static member UnlockNameGlobal :
name : string -> unit
Parameters
- name String
- A name whose assigned object is to be globally unlocked.
See also