17.361. Class CrashingWorkerOptions
Namespace: ArmoniK.Samples.CrashingWorker.Client.Options
Assembly: ArmoniK.Samples.CrashingWorker.Client.dll
Class containing options for CrashingWorkerOptions
public class CrashingWorkerOptions
17.361.1. Inheritance
17.361.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
17.361.3. Fields
17.361.3.1. SettingSection
Name of the section in dotnet options
public const string SettingSection = "CrashingWorkerOptions"
17.361.3.1.1. Field Value
17.361.4. Properties
17.361.4.1. Partition
Partition in which to submit the tasks
public string Partition { get; set; }