21.363. Class CrashingWorkerOptions

Namespace: ArmoniK.Samples.CrashingWorker.Client.Options
Assembly: ArmoniK.Samples.CrashingWorker.Client.dll

Class containing options for CrashingWorkerOptions

public class CrashingWorkerOptions

21.363.1. Inheritance

objectCrashingWorkerOptions

21.363.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

21.363.3. Fields

21.363.3.1. SettingSection

Name of the section in dotnet options

public const string SettingSection = "CrashingWorkerOptions"

21.363.3.1.1. Field Value

string

21.363.4. Properties

21.363.4.1. Partition

Partition in which to submit the tasks

public string Partition { get; set; }

21.363.4.1.1. Property Value

string