'Declaration
Public Sub UpdateHoldType( _ ByVal newValue As HoldType, _ ByVal missedJobOptions As MissedJobCheckOptions, _ Optional ByVal auditRecord As ChangeLogParameters _ )
public void UpdateHoldType( HoldType newValue, MissedJobCheckOptions missedJobOptions, ChangeLogParameters auditRecord )
public: void UpdateHoldType( HoldType newValue, MissedJobCheckOptions missedJobOptions, ChangeLogParameters^ auditRecord )
Parameters
- newValue
- The new setting for the object's HoldType
- missedJobOptions
- Indicates how missed executions will be treated if the HoldType.DisableTriggers flag is being turned off.
- auditRecord
- Optional audit record for change log and snapshot.