Interface IDicomServiceRunner
Interface for initializing long-running operations in a DICOM service.
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public interface IDicomServiceRunner
Methods
RunAsync()
Setup long-running operations that the DICOM service manages.
Declaration
Task RunAsync()
Returns
Type | Description |
---|---|
Task | Awaitable task maintaining the long-running operation(s). |