다음을 통해 공유


FsrmReportSchedulerClass.DeleteScheduleTask Method (String)

 

Deletes a task that is used to trigger a report job.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public virtual void DeleteScheduleTask(
    string taskName
)
public:
virtual void DeleteScheduleTask(
    String^ taskName
)
abstract DeleteScheduleTask : 
        taskName:string -> unit
override DeleteScheduleTask : 
        taskName:string -> unit
Public Overridable Sub DeleteScheduleTask (
    taskName As String
)

Parameters

  • taskName
    Type: System.String

    The name of a Task Scheduler task to delete. The string is limited to 230 characters.

Implements

IFsrmReportScheduler.DeleteScheduleTask(String)

See Also

IFsrmReportScheduler
FsrmReportScheduler
FsrmReportSchedulerClass Class
Microsoft.Storage Namespace

Return to top