Click or drag to resize
UpdateDatabaseSessionWebFarmTask Class
Web farm task used to get sessions from hashtables and updates them into the database.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.MembershipUpdateDatabaseSessionWebFarmTask

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

The UpdateDatabaseSessionWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodUpdateDatabaseSessionWebFarmTask
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

Reference

SessionDatabaseUpdater.UpdateItems(IEnumerableSessionInfo)