Appccelerate.ScopingEventBroker.Internals.Context.AbstractEventScopeContext.ScopeDecorator.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

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

Same methods

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