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

Dispose() public method

public Dispose ( ) : void
return void
            public void Dispose()
            {
                this.Dispose(true);
                GC.SuppressFinalize(this);
            }

Same methods

AbstractEventScopeContext.ScopeDecorator::Dispose ( bool disposing ) : void
AbstractEventScopeContext.ScopeDecorator