The JobUpdateInfo type exposes the following members.

Constructors

  NameDescription
Public methodJobUpdateInfo
Initializes a new instance of the JobUpdateInfo class

Methods

  NameDescription
Public methodIsValid
Validates object state.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString()()()().)
Public methodValidate
Validates object state.

Properties

  NameDescription
Public propertyCustomProperties
Custom properties.
Public propertyPriority
Gets or sets the job priority. If null, allocation will not be changed.
Public propertyTokenAllocation
Gets or sets the exact number of token allocation. If null, allocation will be determined by VcPercentAllocation. Cannot be changed when VcPercenAllocation is not null.
Public propertyVcPercentAllocation
Gets or sets the job VC alloacation share percentage, the number is a floating point. If null, allocation will be determined by TokenAllocation.

See Also