DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / SendPending Method



In This Topic
    SendPending Method (DicomAssociation)
    In This Topic
    Send a "pending" response to an outstanding C-MOVE request
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")>
    Public Sub SendPending() 
    'Usage
     
    
    Dim instance As DicomAssociation
     
    instance.SendPending()
    [Obsolete("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")]
    public void SendPending()
    [Obsolete("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")]
    public:
    void SendPending(); 
    Remarks
    The existing values of NumberRemaining, NumberFailed>, NumberWarning and NumberCompleted from the outstanding request are used in the response
    Requirements

    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

    See Also