Chinchilla.Sample.Workflow.Listener.ListenerService.ListenerService C# (CSharp) Méthode

ListenerService() public méthode

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