Interface IDicomServer<T>
Helper interface to ensure type safety when creating DICOM server objects via
DicomServer.Create
overloads.
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public interface IDicomServer<T> : IDicomServer, IDisposable where T : DicomService, IDicomServiceProvider
Type Parameters
Name | Description |
---|---|
T | DICOM service class consumed by the DICOM server object. |