brain/04 Ressourcen/IT/Subscribe Longrunning Jobs.md

23 lines
449 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
tags:
- upnote-import
---
# Subscribe Longrunning Jobs
## Im Client-Module:
JobSubscribeServiceBase→Subscribe
var buffer = Channel.CreateUnbounded<JobProtocolUpdate>();
await buffer.Writer.WriteAsync(new JobProtocolUpdate...
## Im Server-Modul;
JobSubscribeServiceClient → DisplayAsync
await foreach (var update in updates.WithCancellation(token))
Jobverarbeitung im Hintergrund anstarten über JobStartBackgroundService