C# Class CtcApi.Web.SessionStateProvider

Inheritance: IStateProvider
Datei anzeigen Open project: BellevueCollege/CtcApi

Public Methods

Method Description
Remove ( string key ) : void
this ( string key ) : object

Method Details

Remove() public method

public Remove ( string key ) : void
key string
return void

this() public method

public this ( string key ) : object
key string
return object