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

Release() public method

public Release ( ) : void
return void
            public void Release()
            {
                this.scope.Release();
            }
AbstractEventScopeContext.ScopeDecorator