Method WithImmediatePlayback
WithImmediatePlayback(ForEachLambdaJobDescription)
Play back entity commands immediately.
Declaration
public static ForEachLambdaJobDescription WithImmediatePlayback(this ForEachLambdaJobDescription description)
Parameters
Type | Name | Description |
---|---|---|
ForEachLambdaJobDescription | description | The target object |
Returns
Type | Description |
---|---|
ForEachLambdaJobDescription | The target object, suitable for chaining multiple methods |
Remarks
Usage requires an EntityCommands parameter to be passed to the ForEach() lambda function. May be used only together with .Run().