移除并返回元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public byte[] SPOPByte(
string key
)
Public Function SPOPByte (
key As String
) As Byte()
public:
array<unsigned char>^ SPOPByte(
String^ key
)
member SPOPByte :
key : string -> byte[]
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisSets.SPOPByte(System.String)"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.RedisSets.SPOPByte(System.String)"]
See Also