Suoranta.EnterpriseLib.Web - Developer API

OwinSessionConfiguration..::..Register<(Of <(<'T>)>)> Method (String, Action<(Of <(<'T>)>)>, T)

Namespace:  Suoranta.EnterpriseLib.Web.Owin
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public IDisposable Register<T>(
	string path,
	Action<T> onChangeAction,
	T defaultValue
)

Type Parameters

T

Parameters

path
Type: String
onChangeAction
Type: Action<(Of <(<'T>)>)>
defaultValue
Type: T