Click or drag to resize

ScheduleTaskExeActionContract Class

Schedule Task EXE Action wrapper.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingScheduleTaskActionContract
    SOS.SDK.Contracts.SchedulingScheduleTaskExeActionContract

Namespace:  SOS.SDK.Contracts.Scheduling
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ScheduleTaskExeActionContract : ScheduleTaskActionContract

The ScheduleTaskExeActionContract type exposes the following members.

Constructors
  NameDescription
Public methodScheduleTaskExeActionContract
Initializes a new instance of the ScheduleTaskExeActionContract class
Top
Properties
  NameDescription
Public propertyArguments
Gets or sets the arguments associated with the command-line operation.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also