- Client
- The client.
- error
- An error code.
- type
- The type of data that was sent.
- length
- The number of bytes of the data actually sent.
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub OnSend( _ ByVal Client As DicomClient, _ ByVal error As DicomExceptionCode, _ ByVal type As DicomPduType, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As NotifySendMessageBase Dim Client As DicomClient Dim error As DicomExceptionCode Dim type As DicomPduType Dim length As Integer instance.OnSend(Client, error, type, length) |
C# | |
---|---|
public virtual void OnSend( DicomClient Client, DicomExceptionCode error, DicomPduType type, int length ) |
C++/CLI | |
---|---|
public: virtual void OnSend( DicomClient^ Client, DicomExceptionCode error, DicomPduType type, int length ) |
Parameters
- Client
- The client.
- error
- An error code.
- type
- The type of data that was sent.
- length
- The number of bytes of the data actually sent.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7