| Visual Basic (Declaration) | |
|---|---|
Public Function GetAssociateRejectInformation() As DicomPrintScuAssociateRejectInformation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomPrintScuAssociateRejectInformation GetAssociateRejectInformation() | |
| C++/CLI | |
|---|---|
public: DicomPrintScuAssociateRejectInformation^ GetAssociateRejectInformation(); | |
Return Value
A DicomPrintScuAssociateRejectInformation object that holds information about the Association rejection.For an example, refer to DicomPrintScu.Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).
The information obtained using this method is meaningless unless the Association
request was rejected by the Print SCP.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code