WorkflowSubscriptionService.UnregisterInterestInHostWebList method

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public Overridable Sub UnregisterInterestInHostWebList ( _
    listId As Guid, _
    eventName As String _
)
'Usage
Dim instance As WorkflowSubscriptionService
Dim listId As Guid
Dim eventName As String

instance.UnregisterInterestInHostWebList(listId, _
    eventName)
public virtual void UnregisterInterestInHostWebList(
    Guid listId,
    string eventName
)

Parameters

See also

Reference

WorkflowSubscriptionService class

WorkflowSubscriptionService members

Microsoft.SharePoint.Client.WorkflowServices namespace