Delegate DicomCStoreRequest.ResponseDelegate
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Represents a callback method to be executed when the response for the DICOM C-Store request is received.
public delegate void DicomCStoreRequest.ResponseDelegate(DicomCStoreRequest request, DicomCStoreResponse response)
Parameters
request
DicomCStoreRequestSent DICOM C-Store request
response
DicomCStoreResponseReceived DICOM C-Store response
- Extension Methods