Search Results for

    Show / Hide Table of Contents

    Class BackupEventArgs

    Event data from a restore event.

    Inheritance
    System.Object
    System.EventArgs
    ControllerEventArgs
    BackupEventArgs
    Inherited Members
    ControllerEventArgs.Time
    System.EventArgs.Empty
    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
    In This Article
    Back to top Copyright © 2025 ABB