XdsObjects Help file
XdsObjects Namespace / XdsMtomServer Class / ProvideAndRegisterRequestReceived Event



In This Topic
    ProvideAndRegisterRequestReceived Event
    In This Topic
    Event fired when an incoming ProvideAndRegister-b transaction is received
    Syntax
    Public Event ProvideAndRegisterRequestReceived As RegisterDocumentSetHandler
    Dim instance As XdsMtomServer
    Dim handler As RegisterDocumentSetHandler
     
    AddHandler instance.ProvideAndRegisterRequestReceived, handler
    public event RegisterDocumentSetHandler ProvideAndRegisterRequestReceived
    public:
    event RegisterDocumentSetHandler^ ProvideAndRegisterRequestReceived
    Remarks

    The repository must then:

    • Allocate a UUID to each document (at top level and in folders)
    • Store the documents and keep a record of their location linked to the UUID
    • Add hash and size values (using SetSizeAndHash
    • Pass the SubmissionSet to a registry using XdsDomain.RegisterDocumentSet
    Requirements
    A repository uses this event to handle incoming submissions
    See Also