Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PerRequestLifetimeManager
C# Class PerRequestLifetimeManager, code
Inheritance:
LifetimeManager
Show file
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
GetValue
( ) :
object
RemoveValue
( ) :
void
SetValue
(
object
newValue
) :
void
Method Details
GetValue()
public
method
public
GetValue
( ) :
object
return
object
RemoveValue()
public
method
public
RemoveValue
( ) :
void
return
void
SetValue()
public
method
public
SetValue
(
object
newValue
) :
void
newValue
object
return
void