InteropService.StartWorkflow method

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

Syntax

'Declaration
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)
'Usage
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
)

Parameters

Return value

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

See also

Reference

InteropService class

InteropService members

Microsoft.SharePoint.Client.WorkflowServices namespace