WorkflowSubscriptionService.UnregisterInterestInList - Méthode

Un même récepteur supprime de la liste SharePoint pour un événement spécifié.

Espace de noms :  Microsoft.SharePoint.WorkflowServices
Assembly :  Microsoft.SharePoint.WorkflowServicesBase (dans Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntaxe

'Déclaration
<ClientCallableMethodAttribute> _
Public MustOverride Sub UnregisterInterestInList ( _
    listId As Guid, _
    eventName As String _
)
'Utilisation
Dim instance As WorkflowSubscriptionService
Dim listId As Guid
Dim eventName As String

instance.UnregisterInterestInList(listId, _
    eventName)
[ClientCallableMethodAttribute]
public abstract void UnregisterInterestInList(
    Guid listId,
    string eventName
)

Paramètres

Voir aussi

Référence

WorkflowSubscriptionService classe

WorkflowSubscriptionService - Membres

Microsoft.SharePoint.WorkflowServices - Espace de noms