Delegate DicomClientNEventReportRequestHandler
Delegate for client handling the N-EVENT-REPORT-RQ request immediately.
Namespace: Dicom.Network.Client
Assembly: cs.temp.dll.dll
Syntax
public delegate Task<DicomNEventReportResponse> DicomClientNEventReportRequestHandler(DicomNEventReportRequest request);
Parameters
Type | Name | Description |
---|---|---|
DicomNEventReportRequest | request | N-EVENT-REPORT-RQ request subject to handling. |
Returns
Type | Description |
---|---|
Task<DicomNEventReportResponse> | Response from handling the N-EVENT-REPORT-RQ |