Compartilhar via


InteropService.StartWorkflow método

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

Sintaxe

'Declaração
Public Overridable Function StartWorkflow ( _
    associationName As String, _
    correlationId As Guid, _
    listId As Guid, _
    itemGuid As Guid, _
    workflowParameters As IDictionary(Of String, Object) _
) As ClientResult(Of Guid)
'Uso
Dim instance As InteropService
Dim associationName As String
Dim correlationId As Guid
Dim listId As Guid
Dim itemGuid As Guid
Dim workflowParameters As IDictionary(Of String, Object)
Dim returnValue As ClientResult(Of Guid)

returnValue = instance.StartWorkflow(associationName, _
    correlationId, listId, itemGuid, _
    workflowParameters)
public virtual ClientResult<Guid> StartWorkflow(
    string associationName,
    Guid correlationId,
    Guid listId,
    Guid itemGuid,
    IDictionary<string, Object> workflowParameters
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<Guid>

Ver também

Referência

InteropService classe

InteropService membros

Microsoft.SharePoint.Client.WorkflowServices namespace