Delegate DicomCGetRequest.ResponseDelegate
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Represents a callback method to be executed when the response for the DIMSE C-GET request is received.
public delegate void DicomCGetRequest.ResponseDelegate(DicomCGetRequest request, DicomCGetResponse response)
Parameters
request
DicomCGetRequestSent DIMSE C-GET request.
response
DicomCGetResponseReceived DIMSE C-GET response.
- Extension Methods