C# Class HumanRightsTracker.DataBase.ThreadScopeInfo

Inheritance: IThreadScopeInfo
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
GetRegisteredScope ( ) : ISessionScope
RegisterScope ( ISessionScope scope ) : void
ThreadScopeInfo ( ) : System
UnRegisterScope ( ISessionScope scope ) : void

Method Details

GetRegisteredScope() public method

public GetRegisteredScope ( ) : ISessionScope
return ISessionScope

RegisterScope() public method

public RegisterScope ( ISessionScope scope ) : void
scope ISessionScope
return void

ThreadScopeInfo() public method

public ThreadScopeInfo ( ) : System
return System

UnRegisterScope() public method

public UnRegisterScope ( ISessionScope scope ) : void
scope ISessionScope
return void