Table of Contents

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

exception Exception

Exception, if any, that forced connection to close.

Returns

Task

OnReceiveAbortAsync(DicomAbortSource, DicomAbortReason)

Callback on recieving an abort message.

Task OnReceiveAbortAsync(DicomAbortSource source, DicomAbortReason reason)

Parameters

source DicomAbortSource

Abort source.

reason DicomAbortReason

Detailed reason for abort.

Returns

Task