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 SourceUpdateCheckCompletedEventHandlerArgs(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 | |
System.Exception | error | An System.Exception that occurred while checking for the update. |
Properties
View SourceError
Gets the System.Exception that occurred while checking for the update.
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception |
UpdateCheckTriggerType
The udpdate check trigger type.
Declaration
public UpdateCheckTriggerType UpdateCheckTriggerType { get; }
Property Value
Type | Description |
---|---|
UpdateCheckTriggerType |
UpdateInfo
The UpdateInfo.
Declaration
public UpdateInfo UpdateInfo { get; }
Property Value
Type | Description |
---|---|
UpdateInfo |