Edit

Share via


JobOption Class

Definition

Represents an option that may affect the way an agent runs the job.

[System.Runtime.Serialization.DataContract]
public class JobOption : ICloneable
type JobOption = class
    interface ICloneable
Public Class JobOption
Implements ICloneable
Inheritance
JobOption
Attributes
Implements

Constructors

JobOption()

Initializes a new JobOption with an empty collection of data.

Properties

Data

Gets the data associated with the option.

Id

Gets the id of the option.

Methods

Clone()

Creates a deep copy of the job option.

Explicit Interface Implementations

ICloneable.Clone()

Applies to