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