 | ThreadLooseUnlockNameGlobal method |
Unlocks an object internally assigned to the transferred name.
Namespace: LogicalTaskTreeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
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