Struct TaskSyncEntityCreateInfo
Create a TaskSyncEntity<T>.
public record struct TaskSyncEntityCreateInfo : IEquatable<TaskSyncEntityCreateInfo>
- Implements
- Inherited Members
Constructors
TaskSyncEntityCreateInfo()
public TaskSyncEntityCreateInfo()
Properties
OwnerThread
The thread that owns the work item queue.
public Thread? OwnerThread { readonly get; init; }
Property Value
TaskWatchdog
The work item watchdog timer to use.
public Watchdog? TaskWatchdog { readonly get; init; }