21.362. Class CrashingWorkerOptions
Namespace: ArmoniK.Samples.CrashingWorker.Client.Options
Assembly: ArmoniK.Samples.CrashingWorker.Client.dll
Class containing options for CrashingWorkerOptions
public class CrashingWorkerOptions
21.362.1. Inheritance
21.362.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.362.3. Fields
21.362.3.1. SettingSection
Name of the section in dotnet options
public const string SettingSection = "CrashingWorkerOptions"
21.362.3.1.1. Field Value
21.362.4. Properties
21.362.4.1. Partition
Partition in which to submit the tasks
public string Partition { get; set; }