C# Class Appccelerate.ScopingEventBroker.Internals.Context.AbstractEventScopeContext

Abstract scope which handles the creation of the current scope.
Inheritance: IEventScopeContextInternal
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
Acquire ( ) : IEventScope

Protected Methods

Method Description
AbstractEventScopeContext ( IEventScopeFactory eventScopeFactory ) : System
ResetAction ( ) : void

Method Details

AbstractEventScopeContext() protected method

protected AbstractEventScopeContext ( IEventScopeFactory eventScopeFactory ) : System
eventScopeFactory IEventScopeFactory
return System

Acquire() public method

public Acquire ( ) : IEventScope
return IEventScope

ResetAction() protected method

protected ResetAction ( ) : void
return void