menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILongOperation - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ILongOperation

    Provides the functionality for Long operation.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface ILongOperation : IDisposable

    Properties

    ID

    Gets the ID of the operation.

    Declaration
    Guid ID { get; }
    Property Value
    Type
    System.Guid

    IsRunning

    Gets a value indicating whether operation is running now or not.

    Declaration
    bool IsRunning { get; }
    Property Value
    Type
    System.Boolean

    Name

    Gets the name of the operation.

    Declaration
    string Name { get; }
    Property Value
    Type
    System.String

    RunningTime

    Gets the time of operation activity.

    Declaration
    TimeSpan RunningTime { get; }
    Property Value
    Type
    System.TimeSpan

    Methods

    Stop()

    Stops the current ongoing operation.

    Declaration
    void Stop()
    Remarks

    Operation is no longer valid.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved