BulkCopyProgress Property

Get or sets an (optional) implementation of IProgressT to report progress to.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public IProgress<int> Progress { get; set; }

Property Value

IProgressInt32

See Also