dcmNET Class Library

N_Action Constructor 

Constructs a new N-Action object for a specified association.

[Visual Basic]
Overloads Public Sub New( _
   ByVal associate As A_Associate _
)
[C#]
public N_Action(
   A_Associate associate
);

Parameters

associate
A not null A_Associate reference that represents an active association with a remote DICOM application entity.

See Also

N_Action Class | dcmNET Namespace