Delegate DicomClientNEventReportRequestHandler
Delegate for client handling the N-EVENT-REPORT-RQ request immediately.
Namespace: FellowOakDicom.Network.Client
Assembly: fo-dicom.core.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 |
---|---|
System.Threading.Tasks.Task<DicomNEventReportResponse> | Response from handling the N-EVENT-REPORT-RQ |