| MemoryCachePersistorDeleteInternal Method |
Delete signature session item from the memory cache
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax protected override 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