Click or drag to resize
InvalidateSearcherWebFarmTask Class
Web farm task used to invalidate searcher.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.SearchInvalidateSearcherWebFarmTask

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

The InvalidateSearcherWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodInvalidateSearcherWebFarmTask
Initializes a new instance of InvalidateSearcherWebFarmTask.
Top
Properties
  NameDescription
Public propertyGuid
Gets or sets identifier of the searcher to be invalidated.
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