C# Class Crow.Library.Common.ThreadItemManager

Inheritance: ItemManagerBase
Afficher le fichier Open project: msusur/Crowfx

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( object key, object @object ) : void

Puts the specified key to the Http Local State.

Clear ( ) : void

Clears all the states.

Get ( object key ) : object

Gets the specified key from Http Local State.

Remove ( object key ) : void

Removes the specified key from Http Local State.

Method Details

Add() public méthode

Puts the specified key to the Http Local State.
public Add ( object key, object @object ) : void
key object The key.
@object object
Résultat void

Clear() public méthode

Clears all the states.
public Clear ( ) : void
Résultat void

Get() public méthode

Gets the specified key from Http Local State.
public Get ( object key ) : object
key object The key.
Résultat object

Remove() public méthode

Removes the specified key from Http Local State.
public Remove ( object key ) : void
key object The key.
Résultat void