Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn Namespace : ReceiveCMoveResponseDelegate Delegate |
public delegate void ReceiveCMoveResponseDelegate( DicomRequest request, byte presentationID, int messageID, string affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet dataSet )
'Declaration Public Delegate Sub ReceiveCMoveResponseDelegate( _ ByVal request As DicomRequest, _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal status As DicomCommandStatusType, _ ByVal remaining As Integer, _ ByVal completed As Integer, _ ByVal failed As Integer, _ ByVal warning As Integer, _ ByVal dataSet As DicomDataSet _ )
'Usage Dim instance As New ReceiveCMoveResponseDelegate(AddressOf HandlerMethod)
public delegate void ReceiveCMoveResponseDelegate( DicomRequest^ request, byte presentationID, int messageID, String^ affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet^ dataSet )