<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

ImageRunHasErrorsCompletedEventArgs

using Microsoft.VisualBasic.CompilerServices; using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; namespace kCura.EDDS.WebAPI.BulkImportManagerBase { [GeneratedCode("System.Web.Services", "4.6.1055.0")] [DebuggerStepThrough] [DesignerCategory("code")] public class ImageRunHasErrorsCompletedEventArgs : AsyncCompletedEventArgs { private object[] results; public bool Result { get { RaiseExceptionIfNecessary(); return Conversions.ToBoolean(results[0]); } } internal ImageRunHasErrorsCompletedEventArgs(object[] results, Exception exception, bool cancelled, object userState) : base(exception, cancelled, RuntimeHelpers.GetObjectValue(userState)) { this.results = results; } } }