Delegate DicomClientCStoreRequestHandler
Delegate for client handling the C-STORE request immediately.
Namespace: FellowOakDicom.Network.Client
Assembly: fo-dicom.core.dll
Syntax
public delegate Task<DicomCStoreResponse> DicomClientCStoreRequestHandler(DicomCStoreRequest request);
Parameters
Type | Name | Description |
---|---|---|
DicomCStoreRequest | request | C-STORE request subject to handling. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DicomCStoreResponse> | Response from handling the C-STORE |