Interface IWebFarmTask
Web farm task representation.
[Obsolete("Method was not intended for public use and will be removed.")]
[ObsoleteSince(29, 6)]
public interface IWebFarmTask
- Extension Methods
Properties
TaskBinaryData
Binary data.
byte[] TaskBinaryData { get; set; }
Property Value
- byte[]
TaskFilePath
Target path of file transported by task.
string TaskFilePath { get; set; }
Property Value
- string
TaskIsAnonymous
Indicates if the task is not assigned to any server.
[Obsolete("The property is no longer used by the system.")]
[ObsoleteSince(29, 2)]
bool TaskIsAnonymous { get; set; }
Property Value
- bool
TaskTarget
Task target.
string TaskTarget { get; set; }
Property Value
- string
TaskTextData
Task type.
string TaskTextData { get; set; }
Property Value
- string
TaskType
Task type.
string TaskType { get; set; }
Property Value
- string