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

Scope decorator which allows to dynamically release the CurrentScope
상속: IEventScopeInternal
파일 보기 프로젝트 열기: appccelerate/appccelerate

공개 메소드들

메소드 설명
Cancel ( ) : void
Dispose ( ) : void
Register ( System.Action releaseCallback ) : void
Release ( ) : void
ScopeDecorator ( IEventScopeInternal scope, System.Action action ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Register() 공개 메소드

public Register ( System.Action releaseCallback ) : void
releaseCallback System.Action
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

ScopeDecorator() 공개 메소드

public ScopeDecorator ( IEventScopeInternal scope, System.Action action ) : System
scope IEventScopeInternal
action System.Action
리턴 System