WorkflowDataSet.WorkflowInstanceDataTable.RemoveWorkflowInstanceRow Method
Deletes the specified row object from the WorkflowInstanceDataTable.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Sub RemoveWorkflowInstanceRow ( _
row As WorkflowDataSet.WorkflowInstanceRow _
)
'Usage
Dim instance As WorkflowDataSet.WorkflowInstanceDataTable
Dim row As WorkflowDataSet.WorkflowInstanceRow
instance.RemoveWorkflowInstanceRow(row)
public void RemoveWorkflowInstanceRow(
WorkflowDataSet.WorkflowInstanceRow row
)
Parameters
- row
Type: [Workflow Web service].WorkflowDataSet.WorkflowInstanceRow
Contains the row that is to be deleted.
See Also
Reference
WorkflowDataSet.WorkflowInstanceDataTable Class