Interface IAsyncDicomNEventReportRequestProvider
Interface representing event handler for synchronous storage commitment handling
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public interface IAsyncDicomNEventReportRequestProvider
Methods
OnSendNEventReportRequestAsync(DicomNActionRequest)
Provide the server implementer a facility to send synchronous N-EVENT-REPORT. It requires N-ACTION as the context
Declaration
Task OnSendNEventReportRequestAsync(DicomNActionRequest request)
Parameters
Type | Name | Description |
---|---|---|
DicomNActionRequest | request |
Returns
Type | Description |
---|---|
Task |