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.