←Select platform

OnSend Method

Summary

Notifies an implementor that data was sent.

Syntax

C#
VB
C++
  
Sub OnSend( _ 
   ByVal Client As Leadtools.Dicom.Addin.DicomClient, _ 
   ByVal error As Leadtools.Dicom.DicomExceptionCode, _ 
   ByVal type As Leadtools.Dicom.DicomPduType, _ 
   ByVal length As Integer _ 
)  

Parameters

Client
The client this notification applies to.

error
An error code.

type
The type of data that was sent.

length
The number of bytes of the data actually sent.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly