SessionStateProviderBase.GetItem(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an item from session state.
protected:
override void GetItem(System::String ^ name);
protected:
override void GetItem(Platform::String ^ name);
override void GetItem(std::wstring const & name);
protected override void GetItem (string name);
override this.GetItem : string -> unit
Protected Overrides Sub GetItem (name As String)
Parameters
- name
- String
Name of the item to get.
Remarks
The item instance is written to the WriteObject method.