Click or drag to resize

IUpdateableLiteSessionProvider.UpdateSession Method

Updates an existing PdfLiteSession in the provider.

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

Parameters

context
Type: Microsoft.AspNetCore.Http.HttpContext
HttpContext for the request
key
Type: System.String
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.
session
Type: RadPdf.Lite.PdfLiteSession
PdfLiteSession to be updated in the provider.
See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!