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