Leadtools.Dicom.Scp.Command Namespace > MWLCFindCommand Class : SendCFindResponsesToClientSession Method |
protected override void SendCFindResponsesToClientSession( MatchingParameterList matchingParameters )
'Declaration Protected Overrides Sub SendCFindResponsesToClientSession( _ ByVal matchingParameters As MatchingParameterList _ )
'Usage Dim instance As MWLCFindCommand Dim matchingParameters As MatchingParameterList instance.SendCFindResponsesToClientSession(matchingParameters)
protected: void SendCFindResponsesToClientSession( MatchingParameterList^ matchingParameters ) override
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 send by the CFindCommand after calling this method.