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
request
DicomCStoreRequestC-STORE request subject to handling.
Returns
- Task<DicomCStoreResponse>
Response from handling the C-STORE
request
.
- Extension Methods