Edit

Share via


SchedulerTaskEventDelegate Delegate

Definition

public delegate void SchedulerTaskEventDelegate(int jobId, int taskSystemId, TaskId taskId, EventType eventType, StoreProperty[] props);
type SchedulerTaskEventDelegate = delegate of int * int * TaskId * EventType * StoreProperty[] -> unit
Public Delegate Sub SchedulerTaskEventDelegate(jobId As Integer, taskSystemId As Integer, taskId As TaskId, eventType As EventType, props As StoreProperty())

Parameters

jobId
Int32
taskSystemId
Int32
taskId
TaskId
eventType
EventType
props
StoreProperty[]

Applies to