C# 클래스 Crow.Library.Common.ThreadItemManager

상속: ItemManagerBase
파일 보기 프로젝트 열기: msusur/Crowfx

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

Puts the specified key to the Http Local State.
public Add ( object key, object @object ) : void
key object The key.
@object object
리턴 void

Clear() 공개 메소드

Clears all the states.
public Clear ( ) : void
리턴 void

Get() 공개 메소드

Gets the specified key from Http Local State.
public Get ( object key ) : object
key object The key.
리턴 object

Remove() 공개 메소드

Removes the specified key from Http Local State.
public Remove ( object key ) : void
key object The key.
리턴 void