C# Class PerRequestLifetimeManager, code

Inheritance: LifetimeManager
Datei anzeigen 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