Click or drag to resize

FileCachePersistorSaveProgress Method

Save progress of signatures saving to file.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public override 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