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 ) |
Managed Extensions for 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 Associate.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family