XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / UnSubscribe Method
The Unsubscription Request with the SubscriptionId



In This Topic
    UnSubscribe Method
    In This Topic
    Request Unsubscription
    Syntax
    Public Function UnSubscribe( _
       ByVal Request As XdsUnsubscriptionRequest _
    ) As XdsUnsubscriptionResponse
    Dim instance As XdsDomain
    Dim Request As XdsUnsubscriptionRequest
    Dim value As XdsUnsubscriptionResponse
     
    value = instance.UnSubscribe(Request)

    Parameters

    Request
    The Unsubscription Request with the SubscriptionId

    Return Value

    Returns the XdsUnsubscriptionResponse
    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