Leadtools.Dicom.AddIn.Interfaces Namespace > INotifySendMessage Interface : OnSendAssociateReject Method |
void OnSendAssociateReject( DicomClient Client, DicomAssociateRejectResultType result, DicomAssociateRejectSourceType source, DicomAssociateRejectReasonType reason )
'Declaration Sub OnSendAssociateReject( _ ByVal Client As DicomClient, _ ByVal result As DicomAssociateRejectResultType, _ ByVal source As DicomAssociateRejectSourceType, _ ByVal reason As DicomAssociateRejectReasonType _ )
'Usage Dim instance As INotifySendMessage Dim Client As DicomClient Dim result As DicomAssociateRejectResultType Dim source As DicomAssociateRejectSourceType Dim reason As DicomAssociateRejectReasonType instance.OnSendAssociateReject(Client, result, source, reason)
void OnSendAssociateReject( DicomClient^ Client, DicomAssociateRejectResultType result, DicomAssociateRejectSourceType source, DicomAssociateRejectReasonType reason )