VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / CacheManagerBase Class / UnlockItem(String,Object) Method
Syntax Requirements SeeAlso
In This Topic
UnlockItem(String,Object) Method (CacheManagerBase)
In This Topic
Unlocks locked item in cache manager.
Syntax
'Declaration

Public Sub UnlockItem( _
ByVal itemId
An item identifier.
As String, _
ByVal item
The locked item.
As Object _
)
public void UnlockItem(
string itemId,
object item
)

Parameters

itemId
An item identifier.
item
The locked item.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also