Show / Hide Table of Contents

Class UpdateCheckCompletedEventHandlerArgs

Event arguments for the UpdateCheckCompletedEventHandler.

Inheritance
System.Object
System.EventArgs
UpdateCheckCompletedEventHandlerArgs
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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.

System.Exception error

An System.Exception that occurred while checking for the update.

Properties

View Source

Error

Gets the System.Exception that occurred while checking for the update.

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

UpdateCheckTriggerType

The udpdate 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