- 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 |
|---|---|
| |
| 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(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code