XdsObjects Help file
XdsObjects Namespace / XdsSoapServer.UnsubscriptionRequestHandler Delegate
The Unsubscribe request
Details of the request



In This Topic
    XdsSoapServer.UnsubscriptionRequestHandler Delegate
    In This Topic
    Event Hanlder of XDS DSUB Unsubcription Request
    Syntax
    Public Delegate Function XdsSoapServer.UnsubscriptionRequestHandler( _
       ByVal Request As XdsUnsubscriptionRequest, _
       ByVal RequestInfo As XdsRequestInfo _
    ) As XdsUnsubscriptionResponse
    Dim instance As New XdsSoapServer.UnsubscriptionRequestHandler(AddressOf HandlerMethod)
    public delegate XdsUnsubscriptionResponse XdsSoapServer.UnsubscriptionRequestHandler( 
       XdsUnsubscriptionRequest Request,
       XdsRequestInfo RequestInfo
    )
    public delegate XdsUnsubscriptionResponse^ XdsSoapServer.UnsubscriptionRequestHandler( 
       XdsUnsubscriptionRequest^ Request,
       XdsRequestInfo^ RequestInfo
    )

    Parameters

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