IFsrmReportScheduler.DeleteScheduleTask Method (String)
Deletes a task that is used to trigger a report job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void DeleteScheduleTask(
string taskName
)
void DeleteScheduleTask(
String^ taskName
)
abstract DeleteScheduleTask :
taskName:string -> unit
Sub DeleteScheduleTask (
taskName As String
)
Parameters
taskName
Type: System.StringThe name of a Task Scheduler task to delete. The string is limited to 230 characters.
See Also
FsrmReportScheduler
IFsrmReportScheduler Interface
Microsoft.Storage Namespace
Return to top