Alexandria.Client.Commands.AddToQueue.AddToQueue C# (CSharp) 메소드

AddToQueue() 공개 메소드

public AddToQueue ( IServiceBus bus, ApplicationModel applicationModel ) : System
bus IServiceBus
applicationModel ApplicationModel
리턴 System
        public AddToQueue(IServiceBus bus, ApplicationModel applicationModel)
        {
            this.bus = bus;
            this.applicationModel = applicationModel;
        }