Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu.Common Namespace > AfterNActionEventArgs Class : AfterNActionEventArgs Constructor |
public AfterNActionEventArgs( DicomScp scp, byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, int actionType, DicomDataSet dataSet )
'Declaration Public Function New( _ ByVal scp As DicomScp, _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal status As DicomCommandStatusType, _ ByVal actionType As Integer, _ ByVal dataSet As DicomDataSet _ )
'Usage Dim scp As DicomScp Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim instance As String Dim status As DicomCommandStatusType Dim actionType As Integer Dim dataSet As DicomDataSet Dim instance As New AfterNActionEventArgs(scp, presentationID, messageID, affectedClass, instance, status, actionType, dataSet)
public: AfterNActionEventArgs( DicomScp^ scp, byte presentationID, int messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, int actionType, DicomDataSet^ dataSet )