C# Class HumanRightsTracker.DataBase.ThreadScopeInfo

Inheritance: IThreadScopeInfo
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
GetRegisteredScope ( ) : ISessionScope
RegisterScope ( ISessionScope scope ) : void
ThreadScopeInfo ( ) : System
UnRegisterScope ( ISessionScope scope ) : void

Method Details

GetRegisteredScope() public méthode

public GetRegisteredScope ( ) : ISessionScope
Résultat ISessionScope

RegisterScope() public méthode

public RegisterScope ( ISessionScope scope ) : void
scope ISessionScope
Résultat void

ThreadScopeInfo() public méthode

public ThreadScopeInfo ( ) : System
Résultat System

UnRegisterScope() public méthode

public UnRegisterScope ( ISessionScope scope ) : void
scope ISessionScope
Résultat void