- 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.
Visual Basic (Declaration) | |
---|---|
Overridable Sub OnSend( _ ByVal Client As DicomClient, _ ByVal error As DicomExceptionCode, _ ByVal type As DicomPduType, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual void OnSend( DicomClient Client, DicomExceptionCode error, DicomPduType type, int length ) |
C++/CLI | |
---|---|
virtual void OnSend( DicomClient^ Client, DicomExceptionCode error, DicomPduType type, int length ) |
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family