Bulk CopyProgress 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
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public IProgress<int> Progress { get; set; }VB
Public Property Progress As IProgress(Of Integer)
Get
Set