HttpApplicationStateBase.Get 메서드

정의

파생 클래스에서 재정의되는 경우 이름 또는 인덱스별로 상태 개체를 가져옵니다.

오버로드

Name Description
Get(Int32)

파생 클래스에서 재정의되는 경우 인덱스별로 상태 개체를 가져옵니다.

Get(String)

파생 클래스에서 재정의되는 경우 이름으로 상태 개체를 가져옵니다.

Get(Int32)

파생 클래스에서 재정의되는 경우 인덱스별로 상태 개체를 가져옵니다.

public:
 virtual System::Object ^ Get(int index);
public virtual object Get(int index);
abstract member Get : int -> obj
override this.Get : int -> obj
Public Overridable Function Get (index As Integer) As Object

매개 변수

index
Int32

가져올 애플리케이션 상태 개체의 인덱스입니다.

반품

에서 참조하는 index개체입니다.

예외

적용 대상

Get(String)

파생 클래스에서 재정의되는 경우 이름으로 상태 개체를 가져옵니다.

public:
 virtual System::Object ^ Get(System::String ^ name);
public virtual object Get(string name);
abstract member Get : string -> obj
override this.Get : string -> obj
Public Overridable Function Get (name As String) As Object

매개 변수

name
String

가져올 개체의 이름입니다.

반품

에서 참조하는 name개체입니다.

예외

적용 대상