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
OnChanged Method
Called by
CachePersistorBase
on add, update and remove
SignatureSession
in cache.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
Copy
void
OnChanged
(
SignatureSession
session
)
Parameters
session
Type:
ASDSoft.WebSigner.Server
SignatureSession
Cahnged signature session.
Remarks
Implementation must call all delegates added by method
AddChangeHandler(String, Action
SignatureSession
)
.
See Also
Reference
ICacheSynchronizer Interface
ASDSoft.WebSigner.Server.Cache Namespace