Click or drag to resize

CachePersistorBaseDeleteInternal Method

Specific implementation of deleting signature session from cache called from method Delete(String).

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected abstract void DeleteInternal(
	string sessionId
)

Parameters

sessionId
Type: SystemString
The SessionId of the signature session which deleting from the cache. If signature session not found in the cache, the exception not thrown.
See Also