XdsObjects Help file
XdsObjects Namespace / XdsSoapServer Class / UpdateReceived Event



In This Topic
    UpdateReceived Event
    In This Topic
    Event which is fired when a UpdateDocumentSet transaction is Received
    Syntax
    Public Event UpdateReceived As UpdateDocumentSetHandler
    Dim instance As XdsSoapServer
    Dim handler As UpdateDocumentSetHandler
     
    AddHandler instance.UpdateReceived, handler
    public event UpdateDocumentSetHandler UpdateReceived
    public:
    event UpdateDocumentSetHandler^ UpdateReceived
    Remarks
    This event would be handled only by a registry. Unlike the rest of XdsObjects, this event was not tested at the Connectathon, and is still experimental as the transaction itself still lies within the Supplement
    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