Delegate DIMSEService.DIMSEResponseHandler<T>
Namespace:EvilDICOM.Network.Services
Assembly:EvilDICOM.dll
Syntax
public delegate void DIMSEResponseHandler<T>(T req, Association asc)
where T : AbstractDIMSEResponse;
Parameters
| Type | Name | Description |
|---|---|---|
| T | req | |
| Association | asc |
Type Parameters
| Name | Description |
|---|---|
| T |