RedisClient Constructor (String, Int32) |
初始化
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public RedisClient(
string host,
int port
)
Public Sub New (
host As String,
port As Integer
)
public:
RedisClient(
String^ host,
int port
)
new :
host : string *
port : int -> RedisClient
Parameters
- host
- Type: SystemString
[Missing <param name="host"/> documentation for "M:Adf.RedisClient.#ctor(System.String,System.Int32)"]
- port
- Type: SystemInt32
[Missing <param name="port"/> documentation for "M:Adf.RedisClient.#ctor(System.String,System.Int32)"]
See Also