public void Run(Configure config)
            {
#pragma warning disable 618
                var hostInformation = new Hosting.HostInformation(hostId, displayName);
#pragma warning restore 618

                UnicastBus.HostInformation = hostInformation;
            }
Example #2
0
            public void Run()
            {
#pragma warning disable 618
                var hostInformation = new Hosting.HostInformation(hostId, displayName, displayInstanceIdentifier);
#pragma warning restore 618

                UnicastBus.HostInformation = hostInformation;
            }