Click or drag to resize
RedisWriter Constructor
初始化新实例

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public RedisWriter(
	RedisClient client,
	string command,
	params Object[] commandArgs
)

Parameters

client
Type: AdfRedisClient

[Missing <param name="client"/> documentation for "M:Adf.RedisWriter.#ctor(Adf.RedisClient,System.String,System.Object[])"]

command
Type: SystemString

[Missing <param name="command"/> documentation for "M:Adf.RedisWriter.#ctor(Adf.RedisClient,System.String,System.Object[])"]

commandArgs
Type: SystemObject

[Missing <param name="commandArgs"/> documentation for "M:Adf.RedisWriter.#ctor(Adf.RedisClient,System.String,System.Object[])"]

See Also