Chinchilla.Sample.Workflow.Listener.ListenerService.ListenerService C# (CSharp) Method

ListenerService() public method

public ListenerService ( int listenerId ) : System
listenerId int
return System
        public ListenerService(int listenerId)
        {
            this.listenerId = listenerId;
            bus = Depot.Connect("localhost/workflow");
        }