C# 클래스 Prototype.Platform.Unity.SessionLifetimeManager

상속: Microsoft.Practices.Unity.LifetimeManager
파일 보기 프로젝트 열기: paralect/prototype

공개 메소드들

메소드 설명
GetValue ( ) : object

Returns null, if object not found

RemoveValue ( ) : void
SessionLifetimeManager ( string objectKey ) : System
SetValue ( object value ) : void

비공개 메소드들

메소드 설명
GetObjectsDictionary ( ) : Object>.Dictionary

메소드 상세

GetValue() 공개 메소드

Returns null, if object not found
public GetValue ( ) : object
리턴 object

RemoveValue() 공개 메소드

public RemoveValue ( ) : void
리턴 void

SessionLifetimeManager() 공개 메소드

public SessionLifetimeManager ( string objectKey ) : System
objectKey string
리턴 System

SetValue() 공개 메소드

public SetValue ( object value ) : void
value object
리턴 void