Click or drag to resize
RemoveAuthenticatedUserWebFarmTask Class
Web farm task used to delete sessions of authenticated users.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.MembershipRemoveAuthenticatedUserWebFarmTask

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax
C#
public class RemoveAuthenticatedUserWebFarmTask : WebFarmTaskBase

The RemoveAuthenticatedUserWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodRemoveAuthenticatedUserWebFarmTask
Top
Properties
  NameDescription
Public propertySiteName
Gets or sets name of the site from which user session will be deleted.
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.)
Public propertyUserId
Gets or sets identifier of the authenticated user to be deleted.
Top
Methods
  NameDescription
Public methodConditionMethod
Condition which must be met in order to log the task.
(Inherited from WebFarmTaskBase.)
Public methodExecuteTask
Processes the web farm task by invoking the RemoveAuthenticatedUser(String, Int32, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.)
Top
See Also