Bin Constructor (String, IList)Aerospike
Create bin with a list value. The list value will be serialized as a Aerospike 3 server list type. Supported by Aerospike 3 servers only.

If connecting to Aerospike 2 servers, use the following instead:

Bin bin = new Bin(name, (Object)list);

For servers configured as "single-bin", enter a null or empty name.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.4)
Syntax

See Also