XdsObjects Help file
XdsObjects Namespace / RegisterDocumentSetHandler Delegate
Object carrying the Submission Set
Details of the incoming request



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

    Parameters

    SubmissionSet
    Object carrying the Submission Set
    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