IUpdateableLiteSessionProviderUpdateSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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.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