Click or drag to resize

IUpdateableLiteSessionProviderUpdateSession Method

Updates an existing PdfLiteSession in the provider.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
void UpdateSession(
	HttpContext context,
	string key,
	PdfLiteSession session
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext
HttpContext for the request
key
Type: SystemString
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.
session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession to be updated in the provider.
See Also