WorkflowInstanceService.PublishCustomEvent - Méthode
Espace de noms : Microsoft.SharePoint.Client.WorkflowServices
Assembly : Microsoft.SharePoint.Client.WorkflowServices (dans Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntaxe
'Déclaration
Public Overridable Sub PublishCustomEvent ( _
instance As WorkflowInstance, _
eventName As String, _
payload As String _
)
'Utilisation
Dim instance As WorkflowInstanceService
Dim instance As WorkflowInstance
Dim eventName As String
Dim payload As String
instance.PublishCustomEvent(instance, _
eventName, payload)
public virtual void PublishCustomEvent(
WorkflowInstance instance,
string eventName,
string payload
)
Paramètres
- instance
Type : Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance
- eventName
Type : System.String
- payload
Type : System.String
Voir aussi
Référence
WorkflowInstanceService classe
WorkflowInstanceService - Membres
Microsoft.SharePoint.Client.WorkflowServices - Espace de noms