Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomServerRegistration

    Inheritance
    System.Object
    DicomServerRegistration
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public sealed class DicomServerRegistration : IDisposable

    Constructors

    DicomServerRegistration(IDicomServerRegistry, IDicomServer, Task)

    Declaration
    public DicomServerRegistration(IDicomServerRegistry registry, IDicomServer dicomServer, Task task)
    Parameters
    Type Name Description
    IDicomServerRegistry registry
    IDicomServer dicomServer
    System.Threading.Tasks.Task task

    Properties

    DicomServer

    Declaration
    public IDicomServer DicomServer { get; }
    Property Value
    Type Description
    IDicomServer

    Task

    Declaration
    public Task Task { get; }
    Property Value
    Type Description
    System.Threading.Tasks.Task

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable

    Extension Methods

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