Class BatchImportedEventArgs
Encapsulates the data published by BatchImported progress events.
Inheritance
System.Object
BatchImportedEventArgs
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class BatchImportedEventArgs : CancelEventArgs
Constructors
BatchImportedEventArgs(ImportStatistics)
Instantiates a new object using the provided import statistics.
Declaration
public BatchImportedEventArgs(ImportStatistics statistics)
Parameters
Type | Name | Description |
---|---|---|
ImportStatistics | statistics |
Properties
Statistics
Gets the import statistics collected so far by the import process.
Declaration
public ImportStatistics Statistics { get; }
Property Value
Type | Description |
---|---|
ImportStatistics |