Click or drag to resize
AccountCacheInfo Class
帐号缓存信息
Inheritance Hierarchy
SystemObject
  X3Platform.SessionsAccountCacheInfo

Namespace: X3Platform.Sessions
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
public class AccountCacheInfo : ICacheable

The AccountCacheInfo type exposes the following members.

Constructors
  NameDescription
Public methodAccountCacheInfo
构造函数
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAccountCacheValue
帐号会话的缓存信息
Public propertyAccountIdentity
帐号会话唯一标识
Public propertyAccountObject
帐号会话的缓存对象
Public propertyAccountObjectType
AccountObject的类型
Public propertyAppKey
应用标识
Public propertyBeginDate
开始时间
Public propertyEndDate
结束时间
Public propertyIP
帐号会话的IP地址
Public propertyUpdateDate
更新时间
Top
See Also