IHostManagementFilesStorage Method

Get a task for storing files.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
ITaskStorage FilesStorage(
	string text = null
)

Parameters

text  String  (Optional)
Descriptive text of the storage task.

Return Value

ITaskStorage
a task for storing files.

See Also