Appccelerate.EventBroker.Internals.EventTopicHost.Dispose C# (CSharp) Method

Dispose() public method

See IDisposable.Dispose for more information.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

EventTopicHost::Dispose ( bool disposing ) : void