DicomObjects.NET.8.48 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 procedure SendPending(); 
    public function 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: .NET CLR 4.8 or higher

    See Also