Visual Basic (Declaration) | |
---|---|
Public Function GetAssociateRejectInformation() As DicomPrintScuAssociateRejectInformation |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomPrintScu Dim value As DicomPrintScuAssociateRejectInformation value = instance.GetAssociateRejectInformation() |
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.
The information obtained using this method is meaningless unless the Association request was rejected by the Print SCP.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)