| CachePersistorBaseLoadProgress Method |
Load progress of signatures saving from cache.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public abstract int LoadProgress(
string sessionId
)
Parameters
- sessionId
- Type: SystemString
The SessionId of signature session which progress get from cache. If signature session not found in cache, return 0.
Return Value
Type:
Int32Progress 0-100% of saving signatures.
See Also