Click or drag to resize
RedisConnectionSendCommand Method (Byte, Int32, Int32, String, Object)

[Missing <summary> documentation for "M:Adf.RedisConnection.SendCommand(System.Byte[],System.Int32,System.Int32,System.String,System.Object[])"]

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public void SendCommand(
	byte[] data,
	int offset,
	int count,
	string cmd,
	params Object[] args
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Adf.RedisConnection.SendCommand(System.Byte[],System.Int32,System.Int32,System.String,System.Object[])"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Adf.RedisConnection.SendCommand(System.Byte[],System.Int32,System.Int32,System.String,System.Object[])"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Adf.RedisConnection.SendCommand(System.Byte[],System.Int32,System.Int32,System.String,System.Object[])"]

cmd
Type: SystemString

[Missing <param name="cmd"/> documentation for "M:Adf.RedisConnection.SendCommand(System.Byte[],System.Int32,System.Int32,System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Adf.RedisConnection.SendCommand(System.Byte[],System.Int32,System.Int32,System.String,System.Object[])"]

See Also