HttpApplicationStateBase.GetKey(Int32) 메서드

정의

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

public:
 virtual System::String ^ GetKey(int index);
public virtual string GetKey (int index);
abstract member GetKey : int -> string
override this.GetKey : int -> string
Public Overridable Function GetKey (index As Integer) As String

매개 변수

index
Int32

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

반환

String

애플리케이션 상태 개체의 이름입니다.

예외

적용 대상