Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
I'm running the 4.1 server / client nightly builds to learn how to manage ongoing tasks programmatically. The client API has GetOngoingTaskInfoOperation to retrieve details on a specific ongoing task, but I don't see an operation to retrieve all ongoing tasks. I would need this to retrieve a list of task ids.Will the 4.1 client have this capability? Or perhaps I've overlooked this capability somewhere in the client source code?
--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
DatabaseRecordWithEtag result = store.Maintenance.Server.Send(new GetDatabaseRecordOperation("TestDb"));

var op = new GetOngoingTaskInfoOperation(replication.TaskId, OngoingTaskType.Replication); var replicationTask = (OngoingTaskReplication)_databaseMaintenanceOperations.DocumentStore.Maintenance.Send(op);To view this discussion on the web visit https://groups.google.com/d/msgid/ravendb/c3f7c0e0-5550-4039-87b9-ab3d8fd17d58%40googlegroups.com.
![]() | Oren Eini CEO / Hibernating Rhinos LTD
|
To view this discussion on the web visit https://groups.google.com/d/msgid/ravendb/8c4db7bf-eed4-41c7-a4c7-e0db0a76641f%40googlegroups.com.