Click or drag to resize

ICacheSynchronizerAddChangeHandler Method

Add 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#
void AddChangeHandler(
	string sessionId,
	Action<SignatureSession> onChangeAction
)

Parameters

sessionId
Type: SystemString
The SessionId of the SignatureSession.
onChangeAction
Type: SystemActionSignatureSession
Delegate calling on change.
See Also