RecordReuseMode Enumeration |
Namespace: Ookii.Jumbo.Jet.Jobs.Builder
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | The record reuse attribute is copied from the delegate's target method. | |
| DoNotAllow | 1 | The record reuse attribute is never applied. | |
| Allow | 2 | The record reuse attribute is always applied, with PassThrough set to . | |
| PassThrough | 3 | The record reuse attribute is always applied, with PassThrough set to . |
This allows you to specify the record reuse mode when using an anonymous delegate or lambda as the target method.