ITaskStorage Interface

Task storage interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface ITaskStorage : ITask, 
	INotifyPropertyChanged
Implements
ITask, INotifyPropertyChanged

Methods

DownloadFile Downloading the file from the server indicated in the parameters.
DownloadTableFile Table file download.
UploadFile Save the file in the folder.
UploadTableFile Save and register the file in the table.

See Also