AccpacMultiuser.UnlockRsc
Unlocks a resource that was locked by a previous call to LockRsc.
Function UnlockRsc(Resource As String) As tagMultiuserStatus
Parameters
Resource
[in] the name of the resource to unlock
Return Value
Returns the status of the call.
Remarks
If possible, avoid using this method. However, if the resource is currently locked by the UI (through an earlier LockRsc call), use this method to unlock the resource.