Chinchilla.Sample.Workflow.Listener.ListenerService.ListenerService C# (CSharp) Метод

ListenerService() публичный Метод

public ListenerService ( int listenerId ) : System
listenerId int
Результат System
        public ListenerService(int listenerId)
        {
            this.listenerId = listenerId;
            bus = Depot.Connect("localhost/workflow");
        }