TaskHubClient and TaskHubWorker need public access to instance of InstanceStore service
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
We need in many solutions access to instance store IOrchestrationServiceInstanceStore within TaskHubClient and TaskHubWorker.
For example :
taskHubClient.InstanceStore.GetJumpStartEntitiesAsync();
taskHubWorker.instanceStore.GetJumpStartEntitiesAsync();
Alternatively, you could provide same methods on hub APIs:
taskHubClient..GetJumpStartEntitiesAsync();
taskHubWorker.GetJumpStartEntitiesAsync();
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.