| CachePersistorBaseSaveProgress Method |
Save progress of signatures saving to cache.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public abstract void SaveProgress(
string sessionId,
int progress
)
Parameters
- sessionId
- Type: SystemString
The SessionId of signature session which progress saved to cache. - progress
- Type: SystemInt32
Progress 0-100% of saving signatures.
See Also