 | BulkCopyProgress Property |
Get or sets an (optional) implementation of
IProgressT to report progress to.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IProgress<int> Progress { get; set; }
Public Property Progress As IProgress(Of Integer)
Get
Set
Property Value
Type:
IProgressInt32
See Also