ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner.Server.Cache
ICacheSynchronizer Interface
ICacheSynchronizer Methods
AddChangeHandler Method
Lock Method
OnChanged Method
RemoveChangeHandler Method
ICacheSynchronizer
Lock 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#
Copy
void
Lock
(
string
sessionId
,
CachLockType
lockType
,
Action
action
)
Parameters
sessionId
Type:
System
String
The SessionId of the signature session.
lockType
Type:
ASDSoft.WebSigner.Server.Cache
CachLockType
Operation lock type
action
Type:
System
Action
Delegate for execute action called in lock mode.
See Also
Reference
ICacheSynchronizer Interface
ASDSoft.WebSigner.Server.Cache Namespace