Leadtools.Dicom.Networking Namespace > IDicomEvents Interface : OnReceiveAssociateReject Method |
void OnReceiveAssociateReject( DicomAssociateRejectResultType result, DicomAssociateRejectSourceType source, DicomAssociateRejectReasonType reason, DicomNet net )
'Declaration Sub OnReceiveAssociateReject( _ ByVal result As DicomAssociateRejectResultType, _ ByVal source As DicomAssociateRejectSourceType, _ ByVal reason As DicomAssociateRejectReasonType, _ ByVal net As DicomNet _ )
'Usage Dim instance As IDicomEvents Dim result As DicomAssociateRejectResultType Dim source As DicomAssociateRejectSourceType Dim reason As DicomAssociateRejectReasonType Dim net As DicomNet instance.OnReceiveAssociateReject(result, source, reason, net)
void OnReceiveAssociateReject( DicomAssociateRejectResultType result, DicomAssociateRejectSourceType source, DicomAssociateRejectReasonType reason, DicomNet net )
ObjectiveC Syntax
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveAssociateReject( result , source , reason , net )
void OnReceiveAssociateReject( DicomAssociateRejectResultType result, DicomAssociateRejectSourceType source, DicomAssociateRejectReasonType reason, DicomNet^ net )
The value of reason depends on the value of source as follows:
To customize this method, you must derive a class from DicomNet and override this method.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2