Delegate DicomCStoreRequest.ResponseDelegate
Represents a callback method to be executed when the response for the DICOM C-Store request is received.
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public delegate void ResponseDelegate(DicomCStoreRequest request, DicomCStoreResponse response);
Parameters
Type | Name | Description |
---|---|---|
DicomCStoreRequest | request | Sent DICOM C-Store request |
DicomCStoreResponse | response | Received DICOM C-Store response |