WorkflowInstanceService.PublishCustomEvent método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Overridable Sub PublishCustomEvent ( _
instance As WorkflowInstance, _
eventName As String, _
payload As String _
)
'Uso
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
)
Parâmetros
- eventName
Tipo: System.String
- payload
Tipo: System.String
Ver também
Referência
WorkflowInstanceService classe