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