XdsObjects Help file
XdsObjects Namespace / XdsSoapServer.NotifyRequestHandler Delegate
The Notify request
Details of the request



In This Topic
    XdsSoapServer.NotifyRequestHandler Delegate
    In This Topic
    Event Hanlder of XDS DSUB Notify Request
    Syntax
    Public Delegate Sub XdsSoapServer.NotifyRequestHandler( _
       ByVal Request As XdsNotifyRequest, _
       ByVal RequestInfo As XdsRequestInfo _
    ) 
    Dim instance As New XdsSoapServer.NotifyRequestHandler(AddressOf HandlerMethod)
    public delegate void XdsSoapServer.NotifyRequestHandler( 
       XdsNotifyRequest Request,
       XdsRequestInfo RequestInfo
    )
    public delegate void XdsSoapServer.NotifyRequestHandler( 
       XdsNotifyRequest^ Request,
       XdsRequestInfo^ RequestInfo
    )

    Parameters

    Request
    The Notify 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