| RemoveSessionWebFarmTask Class |
Namespace: CMS.Membership
public class RemoveSessionWebFarmTask : WebFarmTaskBase
The RemoveSessionWebFarmTask type exposes the following members.
| Name | Description | |
|---|---|---|
| RemoveSessionWebFarmTask |
| Name | Description | |
|---|---|---|
| TaskBinaryData |
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.) | |
| TaskFilePath |
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.) | |
| TaskTarget |
Gets or sets task target.
(Inherited from WebFarmTaskBase.) | |
| UserId |
Gets or sets identifier of the user to be deleted.
|
| Name | Description | |
|---|---|---|
| ConditionMethod |
Condition which must be met in order to log the task.
(Inherited from WebFarmTaskBase.) | |
| ExecuteTask |
Processes the web farm task by invoking the RemoveUser(Int32, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |