Click or drag to resize

FileCachePersistorLoadProgress Method

Load progress of signatures saving from file.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public override 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: Int32
Progress 0-100% of saving signatures.
See Also