Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    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).

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors