Appccelerate.ScopingEventBroker.Internals.Context.AbstractEventScopeContext.ScopeDecorator.ScopeDecorator C# (CSharp) Method

ScopeDecorator() public method

public ScopeDecorator ( IEventScopeInternal scope, System.Action action ) : System
scope IEventScopeInternal
action System.Action
return System
            public ScopeDecorator(IEventScopeInternal scope, Action action)
            {
                this.action = action;
                this.scope = scope;
            }
AbstractEventScopeContext.ScopeDecorator