RedisClientSet Method (IDictionaryString, Byte) |
设置一组数据(MSET)
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool Set(
IDictionary<string, byte[]> dict
)
Public Function Set (
dict As IDictionary(Of String, Byte())
) As Boolean
public:
bool Set(
IDictionary<String^, array<unsigned char>^>^ dict
)
member Set :
dict : IDictionary<string, byte[]> -> bool
Parameters
- dict
- Type: System.Collections.GenericIDictionaryString, Byte
[Missing <param name="dict"/> documentation for "M:Adf.RedisClient.Set(System.Collections.Generic.IDictionary{System.String,System.Byte[]})"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.RedisClient.Set(System.Collections.Generic.IDictionary{System.String,System.Byte[]})"]
See Also