Interface IWorking
- Namespace
- SunamoFtp._public.SunamoInterfaces.Interfaces
- Assembly
- SunamoFtp.dll
Interface for objects that can report their working state
public interface IWorking
- Extension Methods
Properties
IsWorking
Gets a value indicating whether the operation is currently working/active
bool IsWorking { get; }