XdsObjects Help file
XdsObjects Namespace / RetrieveHandler Delegate
Object carrying the retrieval request
Details of the incoming request



In This Topic
    RetrieveHandler Delegate
    In This Topic
    Syntax
    Public Delegate Function RetrieveHandler( _
       ByVal Request As XdsRetrieveRequest, _
       ByVal RequestInfo As XdsRequestInfo _
    ) As XdsRetrieveResponse
    Dim instance As New RetrieveHandler(AddressOf HandlerMethod)

    Parameters

    Request
    Object carrying the retrieval request
    RequestInfo
    Details of the incoming request

    Return Value

    XdsRetrieveResponse object containing the requested documents
    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