Chinchilla.Sample.Workflow.Receiver.ReceiverService.ReceiverService C# (CSharp) Method

ReceiverService() public method

public ReceiverService ( ) : System
return System
        public ReceiverService()
        {
            bus = Depot.Connect("localhost/workflow");
        }