AsyncClientProxyScanPartitions Method

Overload List

ScanPartitions(ScanPolicy, PartitionFilter, String, String, String) Read records in specified namespace, set and partition filter.

This call will block until the scan is complete

ScanPartitions(ScanPolicy, PartitionFilter, String, String, ScanCallback, String) Not supported in proxy client
Obsolete.
ScanPartitions(ScanPolicy, RecordSequenceListener, PartitionFilter, String, String, String) Not supported in proxy client
Obsolete.
ScanPartitions(ScanPolicy, CancellationToken, PartitionFilter, String, String, String) Asynchronously read records in specified namespace, set and partition filter.

See Also