Click or drag to resize

JsonExportProgress Property

Gets or sets the provider for progress updates. Progress is given in number of objects added to export.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public IProgress<int> Progress { get; set; }
Request Example View Source

Property Value

Type: IProgressInt32
The provider for progress updates.
See Also