Open.Core.EventBus.EventBus C# (CSharp) Method

EventBus() private method

Constructor.
private EventBus ( object key ) : System
key object The unique identifier of the event-bus.
return System
        private EventBus(object key)
        {
            this.key = key;
        }