Class BackupEventArgs
Event data from a restore event.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class BackupEventArgs : ControllerEventArgs
Constructors
BackupEventArgs()
Creates a backup event args object.
Declaration
public BackupEventArgs()
Properties
EventSequenceNumber
Gets the event log sequence number.
Declaration
public int EventSequenceNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Succeeded
Gets a flag that indicates if the backup succeeded or not.
Declaration
public bool Succeeded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |