DicomObjects.NET.8.48 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
     
    
    <System.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()
    [System.Obsolete("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")]
    public void SendPending()
    public procedure SendPending(); 
    System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")
    public function SendPending();
    [System.Obsolete("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")]
    public: void SendPending(); 
    [System.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: .NET CLR 4.8 or higher

    See Also