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






    SendPending Method (DicomAssociation)
    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()
    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