Click or drag to resize

DefaultPdfLiteSessionProvider.UpdateSession Method

Updates an existing PdfLiteSession in the provider.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void UpdateSession(
	string key,
	PdfLiteSession session
)

Parameters

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.

Implements

IUpdateableLiteSessionProvider.UpdateSession(String, PdfLiteSession)
Exceptions
ExceptionCondition
InvalidOperationExceptionPdfHttpHandlerWithoutSession or PdfHttpHandlerWithReadOnlySession is the designated handler. This implementation replies on IRequiresSessionState.
Remarks

The default implementation will fail if PdfHttpHandlerWithoutSession or PdfHttpHandlerWithReadOnlySession is the designated handler.

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!