Appccelerate.ScopingEventBroker.Internals.EventScope.EventScope C# (CSharp) Method

EventScope() public method

public EventScope ( ) : System
return System
        public EventScope()
        {
            this.callbacks = new Collection<Action>();
        }