C# Class PerRequestLifetimeManager, code

Inheritance: LifetimeManager
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( ) : object
RemoveValue ( ) : void
SetValue ( object newValue ) : void

Method Details

GetValue() public méthode

public GetValue ( ) : object
Résultat object

RemoveValue() public méthode

public RemoveValue ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( object newValue ) : void
newValue object
Résultat void