public static void RavenDb(this ProtoServer server, Action <RavenDbOptions> action) { var cfg = new RavenDbConfigurator(new DotNetPath()); action(cfg); server.RegisterProtoTask(cfg); }
public RavenDbConfiguratorUninstallAsService(RavenDbConfigurator configurator) { _configurator = configurator; }
public static void RavenDb(this ProtoServer server, Action<RavenDbOptions> action) { var cfg = new RavenDbConfigurator(new DotNetPath()); action(cfg); server.RegisterProtoTask(cfg); }