Delegate DicomNEventReportRequest.ResponseDelegate
Delegate representing a N-EVENTREPORT RSP received event handler.
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public delegate void ResponseDelegate(DicomNEventReportRequest request, DicomNEventReportResponse response);
Parameters
Type | Name | Description |
---|---|---|
DicomNEventReportRequest | request | N-EVENTREPORT RQ. |
DicomNEventReportResponse | response | N-EVENTREPORT RSP. |