Interface IDicomServiceRunner
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Interface for initializing long-running operations in a DICOM service.
public interface IDicomServiceRunner
- Extension Methods
Methods
RunAsync()
Setup long-running operations that the DICOM service manages.
Task RunAsync()
Returns
- Task
Awaitable task maintaining the long-running operation(s).