C# 클래스 Appccelerate.ScopingEventBroker.Internals.Context.AbstractEventScopeContext

Abstract scope which handles the creation of the current scope.
상속: IEventScopeContextInternal
파일 보기 프로젝트 열기: appccelerate/appccelerate

공개 메소드들

메소드 설명
Acquire ( ) : IEventScope

보호된 메소드들

메소드 설명
AbstractEventScopeContext ( IEventScopeFactory eventScopeFactory ) : System
ResetAction ( ) : void

메소드 상세

AbstractEventScopeContext() 보호된 메소드

protected AbstractEventScopeContext ( IEventScopeFactory eventScopeFactory ) : System
eventScopeFactory IEventScopeFactory
리턴 System

Acquire() 공개 메소드

public Acquire ( ) : IEventScope
리턴 IEventScope

ResetAction() 보호된 메소드

protected ResetAction ( ) : void
리턴 void