- 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 |
---|---|
|
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family