XdsObjects Help file
XdsObjects Namespace / XdsSoapServer.CreatePullPointRequestHandler Delegate
The CreatePullPoint request
Details of the request



In This Topic
    XdsSoapServer.CreatePullPointRequestHandler Delegate
    In This Topic
    Event Hanlder of XDS DSUB CreatePullPoint Request
    Syntax
    Public Delegate Function XdsSoapServer.CreatePullPointRequestHandler( _
       ByVal Request As XdsCreatePullPointRequest, _
       ByVal RequestInfo As XdsRequestInfo _
    ) As XdsCreatePullPointResponse
    Dim instance As New XdsSoapServer.CreatePullPointRequestHandler(AddressOf HandlerMethod)
    public delegate XdsCreatePullPointResponse XdsSoapServer.CreatePullPointRequestHandler( 
       XdsCreatePullPointRequest Request,
       XdsRequestInfo RequestInfo
    )
    public delegate XdsCreatePullPointResponse^ XdsSoapServer.CreatePullPointRequestHandler( 
       XdsCreatePullPointRequest^ Request,
       XdsRequestInfo^ RequestInfo
    )

    Parameters

    Request
    The CreatePullPoint request
    RequestInfo
    Details of the request
    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