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
requestDicomCStoreRequestSent DICOM C-Store request
responseDicomCStoreResponseReceived DICOM C-Store response
- Extension Methods