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

Scope decorator which allows to dynamically release the CurrentScope
Inheritance: IEventScopeInternal
Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

Méthode Description
Cancel ( ) : void
Dispose ( ) : void
Register ( System.Action releaseCallback ) : void
Release ( ) : void
ScopeDecorator ( IEventScopeInternal scope, System.Action action ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Register() public méthode

public Register ( System.Action releaseCallback ) : void
releaseCallback System.Action
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void

ScopeDecorator() public méthode

public ScopeDecorator ( IEventScopeInternal scope, System.Action action ) : System
scope IEventScopeInternal
action System.Action
Résultat System