IUpdateableLiteSessionProvider.UpdateSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.4.0.0 (4.4.0.0)
Syntaxvoid UpdateSession(
HttpContext context,
string key,
PdfLiteSession session
)
Sub UpdateSession (
context As HttpContext,
key As String,
session As PdfLiteSession
)
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