Search Results for

    Show / Hide Table of Contents

    Delegate ByteTargetCallback

    Callback delegate for asynchronous IByteTarget operations.

    Namespace: Dicom.IO
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void ByteTargetCallback(IByteTarget target, object state);
    Parameters
    Type Name Description
    IByteTarget target

    Byte target.

    Object state

    Callback state.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors