Click or drag to resize
CacheSessionCheck Method
检查查询是否符合

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public abstract bool Check(
	long id,
	string flag
)

Parameters

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:Adf.Web.CacheSession.Check(System.Int64,System.String)"]

flag
Type: SystemString

[Missing <param name="flag"/> documentation for "M:Adf.Web.CacheSession.Check(System.Int64,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.Web.CacheSession.Check(System.Int64,System.String)"]

See Also