mongodb-quartz-net icon indicating copy to clipboard operation
mongodb-quartz-net copied to clipboard

AspNetCore extensions

Open Softtinn opened this issue 3 years ago • 2 comments

Hi!

Is it possible to use this together with the Quartz.Extensions.DependencyInjection?

I was thinking of something like this:

                q.UsePersistentStore(ps =>
                {
                    ps.UseMongoDb(connectionString: MongoDbConfig.ConnectionString, prefix: "quartz");
                });

How would the extensionmethod UseMongoDb look like?

Softtinn avatar Mar 15 '21 09:03 Softtinn