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

Register() public method

public Register ( System.Action releaseCallback ) : void
releaseCallback System.Action
return void
        public void Register(Action releaseCallback)
        {
            this.callbacks.Add(releaseCallback);
        }