AerospikeClientProxyJoin(BatchPolicy, Key, String, Join) Method

Note: This API is now obsolete.
Not supported in proxy client

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
[ObsoleteAttribute("Method not supported in proxy client: Join")]
public Record Join(
	BatchPolicy policy,
	Key key,
	string[] binNames,
	params Join[] joins
)

Parameters

policy  BatchPolicy
key  Key
binNames  String
joins  Join

Return Value

Record

Implements

IAerospikeClientJoin(BatchPolicy, Key, String, Join)

Exceptions

See Also