Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Delegate ByteTargetCallback

    Callback delegate for asynchronous IByteTarget operations.

    Namespace: FellowOakDicom.IO
    Assembly: fo-dicom.core.dll
    Syntax
    public delegate void ByteTargetCallback(IByteTarget target, object state);
    Parameters
    Type Name Description
    IByteTarget target

    Byte target.

    System.Object state

    Callback state.

    Extension Methods

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