Method WithoutBurst
WithoutBurst<TDescription>(TDescription)
Disable Burst for the Entities.ForEach or Job.WithCode that this invocation constructs.
Declaration
public static TDescription WithoutBurst<TDescription>(this TDescription description) where TDescription : ILambdaJobDescription
Parameters
| Type | Name | Description |
|---|---|---|
| TDescription | description | The target object |
Returns
| Type | Description |
|---|---|
| TDescription | The target object, suitable for chaining multiple methods |
Type Parameters
| Name | Description |
|---|---|
| TDescription | Type of target object |