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