| CacheSessionReadCache Method |
登录读缓存
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxprotected virtual void ReadCache(
long id,
out string flag
)
Protected Overridable Sub ReadCache (
id As Long,
<OutAttribute> ByRef flag As String
)
protected:
virtual void ReadCache(
long long id,
[OutAttribute] String^% flag
)
abstract ReadCache :
id : int64 *
flag : string byref -> unit
override ReadCache :
id : int64 *
flag : string byref -> unit Parameters
- id
- Type: SystemInt64
[Missing <param name="id"/> documentation for "M:Adf.Web.CacheSession.ReadCache(System.Int64,System.String@)"]
- flag
- Type: SystemString
[Missing <param name="flag"/> documentation for "M:Adf.Web.CacheSession.ReadCache(System.Int64,System.String@)"]
See Also