Delegate DicomClientCStoreRequestHandler
- Namespace
- FellowOakDicom.Network.Client
- Assembly
- fo-dicom.core.dll
Delegate for client handling the C-STORE request immediately.
public delegate Task<DicomCStoreResponse> DicomClientCStoreRequestHandler(DicomCStoreRequest request)
Parameters
requestDicomCStoreRequestC-STORE request subject to handling.
Returns
- Task<DicomCStoreResponse>
Response from handling the C-STORE
request.
- Extension Methods