Click or drag to resize
AzureStorageCacheCleanerExecute Method
Executes task.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.SchedulerTaskInfo
TaskInfo

Return Value

Type: String

Implements

ITaskExecute(TaskInfo)
See Also