DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class / SendPending Method



In This Topic
    SendPending Method
    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: .NET CLR 4.0 or higher

    See Also