C# Class Hd.Web.Extensions.StateKeeper

Inheritance: IStateKeeper
Mostrar archivo Open project: TargetProcess/Tp.HelpDesk

Public Methods

Method Description
Clear ( ) : void
GetValue ( object key ) : object
SetValue ( object key, object value ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

GetValue() public method

public GetValue ( object key ) : object
key object
return object

SetValue() public method

public SetValue ( object key, object value ) : void
key object
value object
return void