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