C# Class Prototype.Platform.Unity.SessionLifetimeManager

Inheritance: Microsoft.Practices.Unity.LifetimeManager
Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode Description
GetValue ( ) : object

Returns null, if object not found

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

Private Methods

Méthode Description
GetObjectsDictionary ( ) : Object>.Dictionary

Method Details

GetValue() public méthode

Returns null, if object not found
public GetValue ( ) : object
Résultat object

RemoveValue() public méthode

public RemoveValue ( ) : void
Résultat void

SessionLifetimeManager() public méthode

public SessionLifetimeManager ( string objectKey ) : System
objectKey string
Résultat System

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void