- Client
- The client this notification applies to.
- source
- The source of the aborting.
- reason
- The reason for the aborting. If the source of the aborting is DicomAbortSourceType.User, the reasons for the aborting are not significant.
Visual Basic (Declaration) | |
---|---|
Overridable Sub OnSendAbort( _ ByVal Client As DicomClient, _ ByVal source As DicomAbortSourceType, _ ByVal reason As DicomAbortReasonType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual void OnSendAbort( DicomClient Client, DicomAbortSourceType source, DicomAbortReasonType reason ) |
C++/CLI | |
---|---|
virtual void OnSendAbort( DicomClient^ Client, DicomAbortSourceType source, DicomAbortReasonType reason ) |
Parameters
- Client
- The client this notification applies to.
- source
- The source of the aborting.
- reason
- The reason for the aborting. If the source of the aborting is DicomAbortSourceType.User, the reasons for the aborting are not significant.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family