Class UpdateCheckCompletedEventHandlerArgs
Event arguments for the UpdateCheckCompletedEventHandler.
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 | |
| Exception | error | An Exception that occurred while checking for the update. |
Properties
View SourceError
Gets the Exception that occurred while checking for the update.
Declaration
public Exception Error { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
UpdateCheckTriggerType
The update 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 |