IObjectCacheTKey, TValueGetHash Method

Scanjour Workflow4 Reference Manual
Returns the hash value of the object with specified key

Namespace:  Scanjour.Workflow4.Base.Cache
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax

string GetHash(
	TKey key
)

Parameters

key
Type: TKey
Key of object

Return Value

Type: String
Hash value calulated using the defined hashing algorithm
See Also

Reference