Edit

Share via


JobModifyFilter Delegate

Definition

public delegate bool JobModifyFilter(int jobId, int profileId, UserPrivilege privilege, JobState state, IEnumerable<StoreProperty> props, out string errorMessage);
type JobModifyFilter = delegate of int * int * UserPrivilege * JobState * seq<StoreProperty> *  -> bool
Public Delegate Function JobModifyFilter(jobId As Integer, profileId As Integer, privilege As UserPrivilege, state As JobState, props As IEnumerable(Of StoreProperty), ByRef errorMessage As String) As Boolean 

Parameters

jobId
Int32
profileId
Int32
privilege
UserPrivilege
state
JobState
errorMessage
String

Return Value

Applies to