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

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

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

Parameters

data
Type: SystemByte

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

offset
Type: SystemInt32

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

count
Type: SystemInt32

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

See Also