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

Release() 공개 메소드

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