Interface IAsyncDicomService
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Common interface for DICOM service users and providers.
public interface IAsyncDicomService
- Extension Methods
Methods
OnConnectionClosedAsync(Exception)
Callback when connection is closed.
Task OnConnectionClosedAsync(Exception exception)
Parameters
exceptionExceptionException, if any, that forced connection to close.
Returns
OnReceiveAbortAsync(DicomAbortSource, DicomAbortReason)
Callback on recieving an abort message.
Task OnReceiveAbortAsync(DicomAbortSource source, DicomAbortReason reason)
Parameters
sourceDicomAbortSourceAbort source.
reasonDicomAbortReasonDetailed reason for abort.