IObjectCacheTKey, TValueGetHash Method

Returns the hash value of the object with specified key

Definition

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
string GetHash(
	Uri uri,
	TKey key
)

Parameters

uri  Uri

[Missing <param name="uri"/> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.GetHash(System.Uri,`0)"]

key  TKey
Key of object

Return Value

String
Hash value calulated using the defined hashing algorithm

See Also