Is it possible to run Orleans hosted within Windows Service
问题 Please, point me out if there are any direct methods to run Orleans hosted within Windows Service. If there are no direct methods, then are there any indirect methods of doing that? Thank you in advance 回答1: Note: this is for v1.x Orleans. 2.x configuration changed quite a bit Here's a topshelf based sample. referencing https://github.com/migrap/Topshelf.Orleans static void Main() { HostFactory.Run(c => { c.Service<OrleansService>(s => { s.ConstructUsing(sc => { sc.ConfigFileName(