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
RemoveChangeHandler Method
Remove a handler for getting changes in the signature session cache.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
Copy
void
RemoveChangeHandler
(
string
sessionId
,
Action
<
SignatureSession
>
onChangeAction
)
Parameters
sessionId
Type:
System
String
The SessionId of the
SignatureSession
.
onChangeAction
Type:
System
Action
SignatureSession
Delegate calling on change added by method
AddChangeHandler(String, Action
SignatureSession
)
.
See Also
Reference
ICacheSynchronizer Interface
ASDSoft.WebSigner.Server.Cache Namespace