Leadtools.Dicom.Scp.Command Namespace > CFindCommand Class : SendCFindResponsesToClientSession Method |
protected abstract void SendCFindResponsesToClientSession( MatchingParameterList matchingParameters )
'Declaration Protected MustOverride Sub SendCFindResponsesToClientSession( _ ByVal matchingParameters As MatchingParameterList _ )
'Usage Dim instance As CFindCommand Dim matchingParameters As MatchingParameterList instance.SendCFindResponsesToClientSession(matchingParameters)
protected: abstract void SendCFindResponsesToClientSession( MatchingParameterList^ matchingParameters )
This method should only send the Pending C-FIND responses to the client without including the last C-FIND response which includes the final status.
The last C-FIND response which indicates the status of the C-FIND operation will be sent by the CFindCommand after calling this method.