初始化新实例
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public RedisWriter(
RedisClient client,
string command,
params Object[] commandArgs
)
Public Sub New (
client As RedisClient,
command As String,
ParamArray commandArgs As Object()
)
public:
RedisWriter(
RedisClient^ client,
String^ command,
... array<Object^>^ commandArgs
)
new :
client : RedisClient *
command : string *
commandArgs : Object[] -> RedisWriter
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