Share via


IFsrmFileManagementJob.Cancel Method ()

 

Cancels the job if it is running.

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

Syntax

void Cancel()
void Cancel()
abstract Cancel : unit -> unit
Sub Cancel

Remarks

Cancels the job if the value of its RunningStatus property is FsrmReportRunningStatus_Queued or FsrmReportRunningStatus_Running.

See Also

Run
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top