Click or drag to resize

ICacheSynchronizerLock Method

Lock cache for concurrent access.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
void Lock(
	string sessionId,
	CachLockType lockType,
	Action action
)

Parameters

sessionId
Type: SystemString
The SessionId of the signature session.
lockType
Type: ASDSoft.WebSigner.Server.CacheCachLockType
Operation lock type
action
Type: SystemAction
Delegate for execute action called in lock mode.
See Also