Show / Hide Table of Contents
View Source

Class NActionService

Inheritance
System.Object
NActionService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Network.Services
Assembly:EvilDICOM.dll
Syntax
public class NActionService

Constructors

View Source

NActionService(DIMSEService)

Declaration
public NActionService(DIMSEService dIMSEService)
Parameters
Type Name Description
DIMSEService dIMSEService

Methods

View Source

OnRequestReceived(NActionRequest, Association)

Declaration
public void OnRequestReceived(NActionRequest req, Association asc)
Parameters
Type Name Description
NActionRequest req
Association asc
View Source

OnResponseReceived(NActionResponse, Association)

Declaration
public void OnResponseReceived(NActionResponse resp, Association asc)
Parameters
Type Name Description
NActionResponse resp
Association asc
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX