SessionStateModule.ReleaseSessionStateAsync Method (HttpContext)

 

Asynchronously releases the session state for the specified HttpContext.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

Public Function ReleaseSessionStateAsync (
	context As HttpContext
) As Task

Parameters

context
Type: System.Web.HttpContext

The HttpContext for which to to release the session state.

Return Value

Type: System.Threading.Tasks.Task

A Task for the asynchronous operation.

.NET Framework
Available since 4.6.2
Return to top
Show: