Click or drag to resize
RestartApplicationWebFarmTask Class
Web farm task used to restart application.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.WebFarmSyncRestartApplicationWebFarmTask

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 13.0.131
Syntax
C#
public class RestartApplicationWebFarmTask : WebFarmTaskBase

The RestartApplicationWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodRestartApplicationWebFarmTask
Initializes a new instance of RestartApplicationWebFarmTask.
Top
Properties
  NameDescription
Public propertyTaskBinaryData
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.)
Public propertyTaskFilePath
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.)
Public propertyTaskTarget
Gets or sets task target.
(Inherited from WebFarmTaskBase.)
Top
Methods
See Also