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



In This Topic
    RegisterOnDemandDocumentSetHandler Delegate
    In This Topic
    Delegate used for an incoming XdsSoapServer.RegisterOnDemandReceived events
    Syntax
    Public Delegate Function RegisterOnDemandDocumentSetHandler( _
       ByVal SubmissionSet As XdsSubmissionSet, _
       ByVal RequestInfo As XdsRequestInfo _
    ) As XdsRegistryResponse
    Dim instance As New RegisterOnDemandDocumentSetHandler(AddressOf HandlerMethod)
    public delegate XdsRegistryResponse RegisterOnDemandDocumentSetHandler( 
       XdsSubmissionSet SubmissionSet,
       XdsRequestInfo RequestInfo
    )
    public delegate XdsRegistryResponse^ RegisterOnDemandDocumentSetHandler( 
       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