Delegate DicomClientCStoreRequestHandler
Delegate for client handling the C-STORE request immediately.
Namespace: Dicom.Network.Client
Assembly: cs.temp.dll.dll
Syntax
public delegate Task<DicomCStoreResponse> DicomClientCStoreRequestHandler(DicomCStoreRequest request);
Parameters
Type | Name | Description |
---|---|---|
DicomCStoreRequest | request | C-STORE request subject to handling. |
Returns
Type | Description |
---|---|
Task<DicomCStoreResponse> | Response from handling the C-STORE |