Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public Sub OnTaskDeleted ( _
taskId As Guid, _
creationProperties As SPWorkflowTaskProperties, _
executor As String _
)
'Usage
Dim instance As IssueTracking
Dim taskId As Guid
Dim creationProperties As SPWorkflowTaskProperties
Dim executor As String
instance.OnTaskDeleted(taskId, creationProperties, _
executor)
public void OnTaskDeleted(
Guid taskId,
SPWorkflowTaskProperties creationProperties,
string executor
)
Parameters
taskId
Type: System.GuidThe GUID of the workflow task.
creationProperties
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskPropertiesThe initial properties for the activity.
executor
Type: System.StringThe ID for the user starting the task.
Remarks
This method does nothing.