RedisSetsSDIFFByte Method |
返回多个集合差集
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public byte[][] SDIFFByte(
params string[] keys
)
Public Function SDIFFByte (
ParamArray keys As String()
) As Byte()()
public:
array<array<unsigned char>^>^ SDIFFByte(
... array<String^>^ keys
)
member SDIFFByte :
keys : string[] -> byte[][]
Parameters
- keys
- Type: SystemString
[Missing <param name="keys"/> documentation for "M:Adf.RedisSets.SDIFFByte(System.String[])"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.RedisSets.SDIFFByte(System.String[])"]
See Also