DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class / SendPending Method



In This Topic
    SendPending Method (QueryReceivedArgs)
    In This Topic
    Return a pending response
    Syntax
    'Declaration
     
    
    Public Sub SendPending() 
    'Usage
     
    
    Dim instance As QueryReceivedArgs
     
    instance.SendPending()
    public void SendPending()
    public:
    void SendPending(); 
    Remarks

    The status response is FF00. This method may be useful to keep an association "alive"

    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