Click or drag to resize

DefaultPdfLiteSessionProviderUpdateSession Method

Updates an existing PdfLiteSession in the provider.

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

Parameters

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.

Implements

IUpdateableLiteSessionProviderUpdateSession(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