다음을 통해 공유


IFsrmActionCommand.MonitorCommand Property

 

Retrieves or sets a value that determines whether FSRM will monitor the executable program specified in the ExecutablePath property.

This property is read/write.

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

Syntax

bool MonitorCommand { get; set; }
property bool MonitorCommand {
    bool get();
    void set(bool value);
}
abstract MonitorCommand : bool with get, set
Property MonitorCommand As Boolean

Property Value

Type: System.Boolean

If VARIANT_TRUE, FSRM monitors the executable program and terminates it if its run time exceeds the value specified in the KillTimeOut property. Otherwise, VARIANT_FALSE. The default is VARIANT_FALSE.

See Also

IFsrmActionCommand Interface
Microsoft.Storage Namespace

Return to top