Edit

Share via


SchedulerDeploymentDelegate Delegate

Definition

public delegate void SchedulerDeploymentDelegate(string depId, EventType eventType, StoreProperty[] props);
type SchedulerDeploymentDelegate = delegate of string * EventType * StoreProperty[] -> unit
Public Delegate Sub SchedulerDeploymentDelegate(depId As String, eventType As EventType, props As StoreProperty())

Parameters

depId
String
eventType
EventType
props
StoreProperty[]

Applies to