Search Results for

    Show / Hide Table of Contents

    Delegate DicomCGetRequest.ResponseDelegate

    Represents a callback method to be executed when the response for the DIMSE C-GET request is received.

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void ResponseDelegate(DicomCGetRequest request, DicomCGetResponse response);
    Parameters
    Type Name Description
    DicomCGetRequest request

    Sent DIMSE C-GET request.

    DicomCGetResponse response

    Received DIMSE C-GET response.

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