- source
- The source of the Association aborting.
- reason
- The reason for the Association aborting.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Abort( _ ByVal source As DicomAbortSourceType, _ ByVal reason As DicomAbortReasonType _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomPrintScu Dim source As DicomAbortSourceType Dim reason As DicomAbortReasonType instance.Abort(source, reason) | |
| C# | |
|---|---|
public void Abort( DicomAbortSourceType source, DicomAbortReasonType reason ) | |
| C++/CLI | |
|---|---|
public: void Abort( DicomAbortSourceType source, DicomAbortReasonType reason ) | |
Parameters
- source
- The source of the Association aborting.
- reason
- The reason for the Association aborting.
For an example, refer to DicomPrintScu.Associate.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code