DynamicTaskBuilderSerializeDelegate Method |
Namespace: Ookii.Jumbo.Jet.Jobs.Builder
public static void SerializeDelegate( SettingsDictionary settings, Delegate taskDelegate )
If you've used the CreateDynamicTask(MethodInfo, Delegate, Int32, RecordReuseMode) method and your delegate's target method is not public, use this method to serialize the delegate to use to call the method and store it in the job settings.