Show / Hide Table of Contents

Class UpdateCheckCompletedEventHandlerArgs

Event arguments for the UpdateCheckCompletedEventHandler.

Inheritance
object
EventArgs
UpdateCheckCompletedEventHandlerArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public class UpdateCheckCompletedEventHandlerArgs : EventArgs

Constructors

View Source

UpdateCheckCompletedEventHandlerArgs(UpdateInfo, UpdateCheckTriggerType, Exception)

Initializes a new instance of the UpdateCheckCompletedEventHandlerArgs class.

Declaration
public UpdateCheckCompletedEventHandlerArgs(UpdateInfo updateInfo, UpdateCheckTriggerType updateCheckTriggerType, Exception error = null)
Parameters
Type Name Description
UpdateInfo updateInfo

The update information.

UpdateCheckTriggerType updateCheckTriggerType

The UpdateCheckTriggerType.

Exception error

An Exception that occurred while checking for the update.

Properties

View Source

Error

Gets the Exception that occurred while checking for the update.

Declaration
public Exception Error { get; }
Property Value
Type Description
Exception
View Source

UpdateCheckTriggerType

The update check trigger type.

Declaration
public UpdateCheckTriggerType UpdateCheckTriggerType { get; }
Property Value
Type Description
UpdateCheckTriggerType
View Source

UpdateInfo

The UpdateInfo.

Declaration
public UpdateInfo UpdateInfo { get; }
Property Value
Type Description
UpdateInfo

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX