Show / Hide Table of Contents
View Source

Delegate DIMSEService.DIMSERequestHandler<T>

Namespace:EvilDICOM.Network.Services
Assembly:EvilDICOM.dll
Syntax
public delegate void DIMSERequestHandler<T>(T req, Association asc)
    where T : AbstractDIMSERequest;
Parameters
Type Name Description
T req
Association asc
Type Parameters
Name Description
T
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX