XdsObjects Help file
XdsObjects Namespace / UpdateDocumentSetHandler Delegate
SubmissionSet object that organizes the content of the update
Details of the incoming request



In This Topic
    UpdateDocumentSetHandler Delegate
    In This Topic
    Delegate used for an incoming XdsSoapServer.UpdateReceived events
    Syntax
    Public Delegate Function UpdateDocumentSetHandler( _
       ByVal SubmissionSet As XdsSubmissionSet, _
       ByVal RequestInfo As XdsRequestInfo _
    ) As XdsRegistryResponse
    Dim instance As New UpdateDocumentSetHandler(AddressOf HandlerMethod)
    public delegate XdsRegistryResponse UpdateDocumentSetHandler( 
       XdsSubmissionSet SubmissionSet,
       XdsRequestInfo RequestInfo
    )
    public delegate XdsRegistryResponse^ UpdateDocumentSetHandler( 
       XdsSubmissionSet^ SubmissionSet,
       XdsRequestInfo^ RequestInfo
    )

    Parameters

    SubmissionSet
    SubmissionSet object that organizes the content of the update
    RequestInfo
    Details of the incoming request

    Return Value

    XdsRegistryResponse object containing the registry response
    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